Html Css Color HEX #B92539 Cardinal

📋 copy color: '#B92539'

red 185 ◦ green 37 ◦ blue 57

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

Shades of Cardinal #B92539

Tints of Cardinal #B92539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.43%

R = 66.31%
G = 13.26%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B92539 (or 0xB92539) is known color: Cardinal. HEX triplet: B9, 25 and 39. RGB value is (185,37,57). Sum of RGB (Red+Green+Blue) = 185+37+57=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B92539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92539 is #46DAC6. Grayscale: #535353. Windows color (decimal): -4643527 or 3745209. OLE color: 3745209.

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

Color convert

RGB 185 37 57 -
CMYK 0 0.80 0.69 0.27
HSL 351.89º 0.67% 0.44% -
HSV(B) 351.89º 0.8% 0.73% -
XYZ 21.41 11.93 5.05 -
YUV 83.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 185 37 57 0 0.80 0.69 0.27 351.89 0.67 0.44
Hex B9 25 39 0 50 45 1B 160 43 2C
Octal 271 45 71 0 120 105 33 540 103 54
Binary 10111001 100101 111001 0 1010000 1000101 11011 101100000 1000011 101100

Color Harmonies of #B92539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92539

Black with #B92539

Text Example


Text Example

White with #B92539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92539; }

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

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

background-color css

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

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

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

border-color css

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

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

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