Html Css Color HEX #B92442 Cardinal

📋 copy color: '#B92442'

red 185 ◦ green 36 ◦ blue 66

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

Shades of Cardinal #B92442

Tints of Cardinal #B92442

RGB

 RED value IS 185 (72.66% from 255) = 64.46%

 GREEN value IS 36 (14.45% from 255) = 12.54%

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

R = 64.46%
G = 12.54%
B = 23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B92442 (or 0xB92442) is known color: Cardinal. HEX triplet: B9, 24 and 42. RGB value is (185,36,66). Sum of RGB (Red+Green+Blue) = 185+36+66=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B92442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92442 is #46DBBD. Grayscale: #545454. Windows color (decimal): -4643774 or 4334777. OLE color: 4334777.

HSL color Cylindrical-coordinate representation of color #B92442: hue angle of 347.92º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92442 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 36 66 -
CMYK 0 0.81 0.64 0.27
HSL 347.92º 0.67% 0.43% -
HSV(B) 347.92º 0.81% 0.73% -
XYZ 21.62 11.97 6.32 -
YUV 83.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 185 36 66 0 0.81 0.64 0.27 347.92 0.67 0.43
Hex B9 24 42 0 51 40 1B 15C 43 2B
Octal 271 44 102 0 121 100 33 534 103 53
Binary 10111001 100100 1000010 0 1010001 1000000 11011 101011100 1000011 101011

Color Harmonies of #B92442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92442

Black with #B92442

Text Example


Text Example

White with #B92442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92442; }

 p { color: rgb(185,36,66); }

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

background-color css

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

 a { background-color: rgb(185,36,66); }

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

border-color css

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

 span { border-color: rgb(185,36,66); }

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