Html Css Color HEX #B90930 Cardinal

📋 copy color: '#B90930'

red 185 ◦ green 9 ◦ blue 48

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

Shades of Cardinal #B90930

Tints of Cardinal #B90930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.72%

 BLUE value IS 48 (19.14% from 255) = 19.83%

R = 76.45%
G = 3.72%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B90930 (or 0xB90930) is known color: Cardinal. HEX triplet: B9, 09 and 30. RGB value is (185,9,48). Sum of RGB (Red+Green+Blue) = 185+9+48=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B90930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90930 is #46F6CF. Grayscale: #424242. Windows color (decimal): -4650704 or 3148217. OLE color: 3148217.

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

Color convert

RGB 185 9 48 -
CMYK 0 0.95 0.74 0.27
HSL 346.7º 0.91% 0.38% -
HSV(B) 346.7º 0.95% 0.73% -
XYZ 20.64 10.72 3.78 -
YUV 66.07 117.81 212.83 -
System Red Green Blue C M Y K H S L
Decimal 185 9 48 0 0.95 0.74 0.27 346.7 0.91 0.38
Hex B9 9 30 0 5F 4A 1B 15B 5B 26
Octal 271 11 60 0 137 112 33 533 133 46
Binary 10111001 1001 110000 0 1011111 1001010 11011 101011011 1011011 100110

Color Harmonies of #B90930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90930

Black with #B90930

Text Example


Text Example

White with #B90930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90930; }

 p { color: rgb(185,9,48); }

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

background-color css

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

 a { background-color: rgb(185,9,48); }

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

border-color css

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

 span { border-color: rgb(185,9,48); }

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