Html Css Color HEX #BE2242 Cardinal

📋 copy color: '#BE2242'

red 190 ◦ green 34 ◦ blue 66

#BE2242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BE2242

Tints of Cardinal #BE2242

RGB

 RED value IS 190 (74.61% from 255) = 65.52%

 GREEN value IS 34 (13.67% from 255) = 11.72%

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 65.52%
G = 11.72%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE2242 (or 0xBE2242) is known color: Cardinal. HEX triplet: BE, 22 and 42. RGB value is (190,34,66). Sum of RGB (Red+Green+Blue) = 190+34+66=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2242 is #41DDBD. Grayscale: #545454. Windows color (decimal): -4316606 or 4334270. OLE color: 4334270.

HSL color Cylindrical-coordinate representation of color #BE2242: hue angle of 347.69º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2242 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 34 66 -
CMYK 0 0.82 0.65 0.25
HSL 347.69º 0.7% 0.44% -
HSV(B) 347.69º 0.82% 0.75% -
XYZ 22.79 12.48 6.36 -
YUV 84.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 190 34 66 0 0.82 0.65 0.25 347.69 0.7 0.44
Hex BE 22 42 0 52 41 19 15C 46 2C
Octal 276 42 102 0 122 101 31 534 106 54
Binary 10111110 100010 1000010 0 1010010 1000001 11001 101011100 1000110 101100

Color Harmonies of #BE2242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2242

Black with #BE2242

Text Example


Text Example

White with #BE2242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2242; }

 p { color: rgb(190,34,66); }

 H1.HeaderClassName
 {
   color: #BE2242;
 }
 .AnyTagClassName
 {
   color: #BE2242;
 }
</style>

background-color css

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

 a { background-color: rgb(190,34,66); }

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

border-color css

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

 span { border-color: rgb(190,34,66); }

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