Html Css Color HEX #B90439 Cardinal

📋 copy color: '#B90439'

red 185 ◦ green 4 ◦ blue 57

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

Shades of Cardinal #B90439

Tints of Cardinal #B90439

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 75.2%
G = 1.63%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B90439 (or 0xB90439) is known color: Cardinal. HEX triplet: B9, 04 and 39. RGB value is (185,4,57). Sum of RGB (Red+Green+Blue) = 185+4+57=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B90439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90439 is #46FBC6. Grayscale: #404040. Windows color (decimal): -4651975 or 3736761. OLE color: 3736761.

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

Color convert

RGB 185 4 57 -
CMYK 0 0.98 0.69 0.27
HSL 342.43º 0.96% 0.37% -
HSV(B) 342.43º 0.98% 0.73% -
XYZ 20.79 10.7 4.84 -
YUV 64.16 123.97 214.19 -
System Red Green Blue C M Y K H S L
Decimal 185 4 57 0 0.98 0.69 0.27 342.43 0.96 0.37
Hex B9 4 39 0 62 45 1B 156 60 25
Octal 271 4 71 0 142 105 33 526 140 45
Binary 10111001 100 111001 0 1100010 1000101 11011 101010110 1100000 100101

Color Harmonies of #B90439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90439

Black with #B90439

Text Example


Text Example

White with #B90439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90439; }

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

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

background-color css

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

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

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

border-color css

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

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

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