Html Css Color HEX #B90A34 Cardinal

📋 copy color: '#B90A34'

red 185 ◦ green 10 ◦ blue 52

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

Shades of Cardinal #B90A34

Tints of Cardinal #B90A34

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

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

R = 74.9%
G = 4.05%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B90A34 (or 0xB90A34) is known color: Cardinal. HEX triplet: B9, 0A and 34. RGB value is (185,10,52). Sum of RGB (Red+Green+Blue) = 185+10+52=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90A34 is #46F5CB. Grayscale: #434343. Windows color (decimal): -4650444 or 3410617. OLE color: 3410617.

HSL color Cylindrical-coordinate representation of color #B90A34: hue angle of 345.6º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90A34 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 10 52 -
CMYK 0 0.95 0.72 0.27
HSL 345.6º 0.9% 0.38% -
HSV(B) 345.6º 0.95% 0.73% -
XYZ 20.74 10.78 4.24 -
YUV 67.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 185 10 52 0 0.95 0.72 0.27 345.6 0.9 0.38
Hex B9 A 34 0 5F 48 1B 15A 5A 26
Octal 271 12 64 0 137 110 33 532 132 46
Binary 10111001 1010 110100 0 1011111 1001000 11011 101011010 1011010 100110

Color Harmonies of #B90A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A34

Black with #B90A34

Text Example


Text Example

White with #B90A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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