Html Css Color HEX #B92527 Cardinal

📋 copy color: '#B92527'

red 185 ◦ green 37 ◦ blue 39

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

Shades of Cardinal #B92527

Tints of Cardinal #B92527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 70.88%
G = 14.18%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B92527 (or 0xB92527) is known color: Cardinal. HEX triplet: B9, 25 and 27. RGB value is (185,37,39). Sum of RGB (Red+Green+Blue) = 185+37+39=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B92527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92527 is #46DAD8. Grayscale: #515151. Windows color (decimal): -4643545 or 2565561. OLE color: 2565561.

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

Color convert

RGB 185 37 39 -
CMYK 0 0.80 0.79 0.27
HSL 359.19º 0.67% 0.44% -
HSV(B) 359.19º 0.8% 0.73% -
XYZ 21.04 11.78 3.09 -
YUV 81.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 185 37 39 0 0.80 0.79 0.27 359.19 0.67 0.44
Hex B9 25 27 0 50 4F 1B 167 43 2C
Octal 271 45 47 0 120 117 33 547 103 54
Binary 10111001 100101 100111 0 1010000 1001111 11011 101100111 1000011 101100

Color Harmonies of #B92527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92527

Black with #B92527

Text Example


Text Example

White with #B92527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92527; }

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

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

background-color css

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

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

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

border-color css

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

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

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