Html Css Color HEX #B90446 Cardinal

📋 copy color: '#B90446'

red 185 ◦ green 4 ◦ blue 70

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

Shades of Cardinal #B90446

Tints of Cardinal #B90446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.03%

R = 71.43%
G = 1.54%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B90446 (or 0xB90446) is known color: Cardinal. HEX triplet: B9, 04 and 46. RGB value is (185,4,70). Sum of RGB (Red+Green+Blue) = 185+4+70=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B90446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90446 is #46FBB9. Grayscale: #414141. Windows color (decimal): -4651962 or 4588729. OLE color: 4588729.

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

Color convert

RGB 185 4 70 -
CMYK 0 0.98 0.62 0.27
HSL 338.12º 0.96% 0.37% -
HSV(B) 338.12º 0.98% 0.73% -
XYZ 21.16 10.84 6.77 -
YUV 65.64 130.47 213.13 -
System Red Green Blue C M Y K H S L
Decimal 185 4 70 0 0.98 0.62 0.27 338.12 0.96 0.37
Hex B9 4 46 0 62 3E 1B 152 60 25
Octal 271 4 106 0 142 76 33 522 140 45
Binary 10111001 100 1000110 0 1100010 111110 11011 101010010 1100000 100101

Color Harmonies of #B90446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90446

Black with #B90446

Text Example


Text Example

White with #B90446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90446; }

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

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

background-color css

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

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

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

border-color css

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

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

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