Html Css Color HEX #B92936 Cardinal

📋 copy color: '#B92936'

red 185 ◦ green 41 ◦ blue 54

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

Shades of Cardinal #B92936

Tints of Cardinal #B92936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.64%

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 66.07%
G = 14.64%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B92936 (or 0xB92936) is known color: Cardinal. HEX triplet: B9, 29 and 36. RGB value is (185,41,54). Sum of RGB (Red+Green+Blue) = 185+41+54=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B92936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92936 is #46D6C9. Grayscale: #555555. Windows color (decimal): -4642506 or 3549625. OLE color: 3549625.

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

Color convert

RGB 185 41 54 -
CMYK 0 0.78 0.71 0.27
HSL 354.58º 0.64% 0.44% -
HSV(B) 354.58º 0.78% 0.73% -
XYZ 21.47 12.17 4.71 -
YUV 85.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 185 41 54 0 0.78 0.71 0.27 354.58 0.64 0.44
Hex B9 29 36 0 4E 47 1B 163 40 2C
Octal 271 51 66 0 116 107 33 543 100 54
Binary 10111001 101001 110110 0 1001110 1000111 11011 101100011 1000000 101100

Color Harmonies of #B92936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92936

Black with #B92936

Text Example


Text Example

White with #B92936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92936; }

 p { color: rgb(185,41,54); }

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

background-color css

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

 a { background-color: rgb(185,41,54); }

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

border-color css

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

 span { border-color: rgb(185,41,54); }

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