Html Css Color HEX #B90239 Cardinal

📋 copy color: '#B90239'

red 185 ◦ green 2 ◦ blue 57

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

Shades of Cardinal #B90239

Tints of Cardinal #B90239

RGB

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

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

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

R = 75.82%
G = 0.82%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B90239 (or 0xB90239) is known color: Cardinal. HEX triplet: B9, 02 and 39. RGB value is (185,2,57). Sum of RGB (Red+Green+Blue) = 185+2+57=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B90239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90239 is #46FDC6. Grayscale: #3E3E3E. Windows color (decimal): -4652487 or 3736249. OLE color: 3736249.

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

Color convert

RGB 185 2 57 -
CMYK 0 0.99 0.69 0.27
HSL 341.97º 0.98% 0.37% -
HSV(B) 341.97º 0.99% 0.73% -
XYZ 20.77 10.65 4.83 -
YUV 62.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 185 2 57 0 0.99 0.69 0.27 341.97 0.98 0.37
Hex B9 2 39 0 63 45 1B 156 62 25
Octal 271 2 71 0 143 105 33 526 142 45
Binary 10111001 10 111001 0 1100011 1000101 11011 101010110 1100010 100101

Color Harmonies of #B90239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90239

Black with #B90239

Text Example


Text Example

White with #B90239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90239; }

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

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

background-color css

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

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

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

border-color css

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

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

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