Html Css Color HEX #B92732 Cardinal

📋 copy color: '#B92732'

red 185 ◦ green 39 ◦ blue 50

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

Shades of Cardinal #B92732

Tints of Cardinal #B92732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

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

R = 67.52%
G = 14.23%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B92732 (or 0xB92732) is known color: Cardinal. HEX triplet: B9, 27 and 32. RGB value is (185,39,50). Sum of RGB (Red+Green+Blue) = 185+39+50=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B92732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92732 is #46D8CD. Grayscale: #545454. Windows color (decimal): -4643022 or 3286969. OLE color: 3286969.

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

Color convert

RGB 185 39 50 -
CMYK 0 0.79 0.73 0.27
HSL 355.48º 0.65% 0.44% -
HSV(B) 355.48º 0.79% 0.73% -
XYZ 21.31 12 4.21 -
YUV 83.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 185 39 50 0 0.79 0.73 0.27 355.48 0.65 0.44
Hex B9 27 32 0 4F 49 1B 163 41 2C
Octal 271 47 62 0 117 111 33 543 101 54
Binary 10111001 100111 110010 0 1001111 1001001 11011 101100011 1000001 101100

Color Harmonies of #B92732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92732

Black with #B92732

Text Example


Text Example

White with #B92732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92732; }

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

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

background-color css

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

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

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

border-color css

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

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

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