Html Css Color HEX #B90A35 Cardinal

📋 copy color: '#B90A35'

red 185 ◦ green 10 ◦ blue 53

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

Shades of Cardinal #B90A35

Tints of Cardinal #B90A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.37%

R = 74.6%
G = 4.03%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B90A35 (or 0xB90A35) is known color: Cardinal. HEX triplet: B9, 0A and 35. RGB value is (185,10,53). Sum of RGB (Red+Green+Blue) = 185+10+53=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90A35 is #46F5CA. Grayscale: #434343. Windows color (decimal): -4650443 or 3476153. OLE color: 3476153.

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

Color convert

RGB 185 10 53 -
CMYK 0 0.95 0.71 0.27
HSL 345.26º 0.9% 0.38% -
HSV(B) 345.26º 0.95% 0.73% -
XYZ 20.76 10.79 4.36 -
YUV 67.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 185 10 53 0 0.95 0.71 0.27 345.26 0.9 0.38
Hex B9 A 35 0 5F 47 1B 159 5A 26
Octal 271 12 65 0 137 107 33 531 132 46
Binary 10111001 1010 110101 0 1011111 1000111 11011 101011001 1011010 100110

Color Harmonies of #B90A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A35

Black with #B90A35

Text Example


Text Example

White with #B90A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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