Html Css Color HEX #B92932 Cardinal

📋 copy color: '#B92932'

red 185 ◦ green 41 ◦ blue 50

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

Shades of Cardinal #B92932

Tints of Cardinal #B92932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 67.03%
G = 14.86%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B92932 (or 0xB92932) is known color: Cardinal. HEX triplet: B9, 29 and 32. RGB value is (185,41,50). Sum of RGB (Red+Green+Blue) = 185+41+50=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B92932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92932 is #46D6CD. Grayscale: #555555. Windows color (decimal): -4642510 or 3287481. OLE color: 3287481.

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

Color convert

RGB 185 41 50 -
CMYK 0 0.78 0.73 0.27
HSL 356.25º 0.64% 0.44% -
HSV(B) 356.25º 0.78% 0.73% -
XYZ 21.38 12.13 4.23 -
YUV 85.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 185 41 50 0 0.78 0.73 0.27 356.25 0.64 0.44
Hex B9 29 32 0 4E 49 1B 164 40 2C
Octal 271 51 62 0 116 111 33 544 100 54
Binary 10111001 101001 110010 0 1001110 1001001 11011 101100100 1000000 101100

Color Harmonies of #B92932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92932

Black with #B92932

Text Example


Text Example

White with #B92932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92932; }

 p { color: rgb(185,41,50); }

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

background-color css

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

 a { background-color: rgb(185,41,50); }

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

border-color css

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

 span { border-color: rgb(185,41,50); }

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