Html Css Color HEX #B90434 Cardinal

📋 copy color: '#B90434'

red 185 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #B90434

Tints of Cardinal #B90434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 76.76%
G = 1.66%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B90434 (or 0xB90434) is known color: Cardinal. HEX triplet: B9, 04 and 34. RGB value is (185,4,52). Sum of RGB (Red+Green+Blue) = 185+4+52=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B90434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90434 is #46FBCB. Grayscale: #3F3F3F. Windows color (decimal): -4651980 or 3409081. OLE color: 3409081.

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

Color convert

RGB 185 4 52 -
CMYK 0 0.98 0.72 0.27
HSL 344.09º 0.96% 0.37% -
HSV(B) 344.09º 0.98% 0.73% -
XYZ 20.67 10.65 4.21 -
YUV 63.59 121.47 214.6 -
System Red Green Blue C M Y K H S L
Decimal 185 4 52 0 0.98 0.72 0.27 344.09 0.96 0.37
Hex B9 4 34 0 62 48 1B 158 60 25
Octal 271 4 64 0 142 110 33 530 140 45
Binary 10111001 100 110100 0 1100010 1001000 11011 101011000 1100000 100101

Color Harmonies of #B90434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90434

Black with #B90434

Text Example


Text Example

White with #B90434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90434; }

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

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

background-color css

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

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

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

border-color css

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

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

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