#be263e

Color #BE263E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BE263E

Tints of Cardinal #BE263E

Color information

#BE263E (or 0xBE263E) is unknown color: approx Cardinal. HEX triplet: BE, 26 and 3E. RGB value is (190,38,62). Sum of RGB (Red+Green+Blue) = 190+38+62=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE263E is #41D9C1. Grayscale: #565656. Windows color (decimal): -4315586 or 4073150. OLE color: 4073150.

HSL color Cylindrical-coordinate representation of color #BE263E: hue angle of 350.53º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE263E is Cyan = 0, Magento = 0.8, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1903862-
CMYK00.80.670.25
HSL350.53º66.67%44.71%-
HSV(B)350.53º80%74.51%-
XYZ22.812.685.8-
YUV86.18114.36202.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 65.52%
GREEN value IS 38 (15.23% from 255) = 13.10%
BLUE value IS 62 (24.61% from 255) = 21.38%
R=65.52%
G=13.10%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190386200.80.670.25350.5366.6744.71
HexBE263E050431915f432d
Octal276467601201033153710355
Binary10111110100110111110010100001000011110011010111111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be263e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be263e; }

 p { color: rgb(190,38,62); }

 H1.HeaderClassName
 {
   color: #be263e;
 }
 .AnyTagClassName
 {
   color: #be263e;
 }
</style>
background-color css

<style>
 a { background-color: #be263e; }

 a { background-color: rgb(190,38,62); }

 div.DivClassName
 {
   background-color: #be263e;
 }
 .BgClassName
 {
   background-color: #be263e;
 }
</style>
border-color css

<style>
 span { border-color: #be263e; }

 span { border-color: rgb(190,38,62); }

 td.TdClassName
 {
   border-color: #be263e;
 }
 .TagClassName
 {
   border-color: #be263e;
 }
</style>