Html Css Color HEX #B92327 Cardinal

📋 copy color: '#B92327'

red 185 ◦ green 35 ◦ blue 39

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

Shades of Cardinal #B92327

Tints of Cardinal #B92327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.06%

R = 71.43%
G = 13.51%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B92327 (or 0xB92327) is known color: Cardinal. HEX triplet: B9, 23 and 27. RGB value is (185,35,39). Sum of RGB (Red+Green+Blue) = 185+35+39=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B92327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92327 is #46DCD8. Grayscale: #505050. Windows color (decimal): -4644057 or 2565049. OLE color: 2565049.

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

Color convert

RGB 185 35 39 -
CMYK 0 0.81 0.79 0.27
HSL 358.4º 0.68% 0.43% -
HSV(B) 358.4º 0.81% 0.73% -
XYZ 20.97 11.66 3.07 -
YUV 80.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 185 35 39 0 0.81 0.79 0.27 358.4 0.68 0.43
Hex B9 23 27 0 51 4F 1B 166 44 2B
Octal 271 43 47 0 121 117 33 546 104 53
Binary 10111001 100011 100111 0 1010001 1001111 11011 101100110 1000100 101011

Color Harmonies of #B92327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92327

Black with #B92327

Text Example


Text Example

White with #B92327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92327; }

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

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

background-color css

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

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

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

border-color css

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

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

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