Html Css Color HEX #B92637 Cardinal

📋 copy color: '#B92637'

red 185 ◦ green 38 ◦ blue 55

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

Shades of Cardinal #B92637

Tints of Cardinal #B92637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

 BLUE value IS 55 (21.88% from 255) = 19.78%

R = 66.55%
G = 13.67%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B92637 (or 0xB92637) is known color: Cardinal. HEX triplet: B9, 26 and 37. RGB value is (185,38,55). Sum of RGB (Red+Green+Blue) = 185+38+55=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B92637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92637 is #46D9C8. Grayscale: #535353. Windows color (decimal): -4643273 or 3614393. OLE color: 3614393.

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

Color convert

RGB 185 38 55 -
CMYK 0 0.79 0.70 0.27
HSL 353.06º 0.66% 0.44% -
HSV(B) 353.06º 0.79% 0.73% -
XYZ 21.39 11.98 4.8 -
YUV 83.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 185 38 55 0 0.79 0.70 0.27 353.06 0.66 0.44
Hex B9 26 37 0 4F 46 1B 161 42 2C
Octal 271 46 67 0 117 106 33 541 102 54
Binary 10111001 100110 110111 0 1001111 1000110 11011 101100001 1000010 101100

Color Harmonies of #B92637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92637

Black with #B92637

Text Example


Text Example

White with #B92637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92637; }

 p { color: rgb(185,38,55); }

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

background-color css

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

 a { background-color: rgb(185,38,55); }

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

border-color css

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

 span { border-color: rgb(185,38,55); }

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