Html Css Color HEX #B92432 Cardinal

📋 copy color: '#B92432'

red 185 ◦ green 36 ◦ blue 50

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

Shades of Cardinal #B92432

Tints of Cardinal #B92432

RGB

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

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

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

R = 68.27%
G = 13.28%
B = 18.45%

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

#B92432 (or 0xB92432) is known color: Cardinal. HEX triplet: B9, 24 and 32. RGB value is (185,36,50). Sum of RGB (Red+Green+Blue) = 185+36+50=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B92432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92432 is #46DBCD. Grayscale: #525252. Windows color (decimal): -4643790 or 3286201. OLE color: 3286201.

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

Color convert

RGB 185 36 50 -
CMYK 0 0.81 0.73 0.27
HSL 354.36º 0.67% 0.43% -
HSV(B) 354.36º 0.81% 0.73% -
XYZ 21.21 11.81 4.18 -
YUV 82.15 109.86 201.36 -
System Red Green Blue C M Y K H S L
Decimal 185 36 50 0 0.81 0.73 0.27 354.36 0.67 0.43
Hex B9 24 32 0 51 49 1B 162 43 2B
Octal 271 44 62 0 121 111 33 542 103 53
Binary 10111001 100100 110010 0 1010001 1001001 11011 101100010 1000011 101011

Color Harmonies of #B92432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92432

Black with #B92432

Text Example


Text Example

White with #B92432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92432; }

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

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

background-color css

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

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

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

border-color css

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

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

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