Html Css Color HEX #B90237 Cardinal

📋 copy color: '#B90237'

red 185 ◦ green 2 ◦ blue 55

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

Shades of Cardinal #B90237

Tints of Cardinal #B90237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 76.45%
G = 0.83%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B90237 (or 0xB90237) is known color: Cardinal. HEX triplet: B9, 02 and 37. RGB value is (185,2,55). Sum of RGB (Red+Green+Blue) = 185+2+55=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B90237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90237 is #46FDC8. Grayscale: #3E3E3E. Windows color (decimal): -4652489 or 3605177. OLE color: 3605177.

HSL color Cylindrical-coordinate representation of color #B90237: hue angle of 342.62º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90237 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 2 55 -
CMYK 0 0.99 0.70 0.27
HSL 342.62º 0.98% 0.37% -
HSV(B) 342.62º 0.99% 0.73% -
XYZ 20.72 10.63 4.57 -
YUV 62.76 123.63 215.19 -
System Red Green Blue C M Y K H S L
Decimal 185 2 55 0 0.99 0.70 0.27 342.62 0.98 0.37
Hex B9 2 37 0 63 46 1B 157 62 25
Octal 271 2 67 0 143 106 33 527 142 45
Binary 10111001 10 110111 0 1100011 1000110 11011 101010111 1100010 100101

Color Harmonies of #B90237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90237

Black with #B90237

Text Example


Text Example

White with #B90237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90237; }

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

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

background-color css

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

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

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

border-color css

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

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

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