Html Css Color HEX #B90B33 Cardinal

📋 copy color: '#B90B33'

red 185 ◦ green 11 ◦ blue 51

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

Shades of Cardinal #B90B33

Tints of Cardinal #B90B33

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.45%

 BLUE value IS 51 (20.31% from 255) = 20.65%

R = 74.9%
G = 4.45%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B90B33 (or 0xB90B33) is known color: Cardinal. HEX triplet: B9, 0B and 33. RGB value is (185,11,51). Sum of RGB (Red+Green+Blue) = 185+11+51=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90B33 is #46F4CC. Grayscale: #434343. Windows color (decimal): -4650189 or 3345337. OLE color: 3345337.

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

Color convert

RGB 185 11 51 -
CMYK 0 0.94 0.72 0.27
HSL 346.21º 0.89% 0.38% -
HSV(B) 346.21º 0.94% 0.73% -
XYZ 20.72 10.79 4.12 -
YUV 67.59 118.65 211.75 -
System Red Green Blue C M Y K H S L
Decimal 185 11 51 0 0.94 0.72 0.27 346.21 0.89 0.38
Hex B9 B 33 0 5E 48 1B 15A 59 26
Octal 271 13 63 0 136 110 33 532 131 46
Binary 10111001 1011 110011 0 1011110 1001000 11011 101011010 1011001 100110

Color Harmonies of #B90B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90B33

Black with #B90B33

Text Example


Text Example

White with #B90B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90B33; }

 p { color: rgb(185,11,51); }

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

background-color css

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

 a { background-color: rgb(185,11,51); }

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

border-color css

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

 span { border-color: rgb(185,11,51); }

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