Html Css Color HEX #B92332 Cardinal

📋 copy color: '#B92332'

red 185 ◦ green 35 ◦ blue 50

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

Shades of Cardinal #B92332

Tints of Cardinal #B92332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

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

R = 68.52%
G = 12.96%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B92332 (or 0xB92332) is known color: Cardinal. HEX triplet: B9, 23 and 32. RGB value is (185,35,50). Sum of RGB (Red+Green+Blue) = 185+35+50=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B92332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92332 is #46DCCD. Grayscale: #515151. Windows color (decimal): -4644046 or 3285945. OLE color: 3285945.

HSL color Cylindrical-coordinate representation of color #B92332: hue angle of 354º degrees, saturation: 0.68, 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 #B92332 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 35 50 -
CMYK 0 0.81 0.73 0.27
HSL 354º 0.68% 0.43% -
HSV(B) 354º 0.81% 0.73% -
XYZ 21.18 11.75 4.17 -
YUV 81.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 185 35 50 0 0.81 0.73 0.27 354 0.68 0.43
Hex B9 23 32 0 51 49 1B 162 44 2B
Octal 271 43 62 0 121 111 33 542 104 53
Binary 10111001 100011 110010 0 1010001 1001001 11011 101100010 1000100 101011

Color Harmonies of #B92332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92332

Black with #B92332

Text Example


Text Example

White with #B92332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92332; }

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

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

background-color css

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

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

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

border-color css

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

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

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