Html Css Color HEX #B92736 Cardinal

📋 copy color: '#B92736'

red 185 ◦ green 39 ◦ blue 54

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

Shades of Cardinal #B92736

Tints of Cardinal #B92736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.03%

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

R = 66.55%
G = 14.03%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B92736 (or 0xB92736) is known color: Cardinal. HEX triplet: B9, 27 and 36. RGB value is (185,39,54). Sum of RGB (Red+Green+Blue) = 185+39+54=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B92736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92736 is #46D8C9. Grayscale: #545454. Windows color (decimal): -4643018 or 3549113. OLE color: 3549113.

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

Color convert

RGB 185 39 54 -
CMYK 0 0.79 0.71 0.27
HSL 353.84º 0.65% 0.44% -
HSV(B) 353.84º 0.79% 0.73% -
XYZ 21.4 12.03 4.68 -
YUV 84.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 185 39 54 0 0.79 0.71 0.27 353.84 0.65 0.44
Hex B9 27 36 0 4F 47 1B 162 41 2C
Octal 271 47 66 0 117 107 33 542 101 54
Binary 10111001 100111 110110 0 1001111 1000111 11011 101100010 1000001 101100

Color Harmonies of #B92736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92736

Black with #B92736

Text Example


Text Example

White with #B92736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92736; }

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

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

background-color css

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

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

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

border-color css

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

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

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