Html Css Color HEX #B9153B Cardinal

📋 copy color: '#B9153B'

red 185 ◦ green 21 ◦ blue 59

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

Shades of Cardinal #B9153B

Tints of Cardinal #B9153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 69.81%
G = 7.92%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9153B (or 0xB9153B) is known color: Cardinal. HEX triplet: B9, 15 and 3B. RGB value is (185,21,59). Sum of RGB (Red+Green+Blue) = 185+21+59=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9153B is #46EAC4. Grayscale: #4A4A4A. Windows color (decimal): -4647621 or 3872185. OLE color: 3872185.

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

Color convert

RGB 185 21 59 -
CMYK 0 0.89 0.68 0.27
HSL 346.1º 0.8% 0.4% -
HSV(B) 346.1º 0.89% 0.73% -
XYZ 21.07 11.17 5.18 -
YUV 74.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 185 21 59 0 0.89 0.68 0.27 346.1 0.8 0.4
Hex B9 15 3B 0 59 44 1B 15A 50 28
Octal 271 25 73 0 131 104 33 532 120 50
Binary 10111001 10101 111011 0 1011001 1000100 11011 101011010 1010000 101000

Color Harmonies of #B9153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9153B

Black with #B9153B

Text Example


Text Example

White with #B9153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9153B; }

 p { color: rgb(185,21,59); }

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

background-color css

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

 a { background-color: rgb(185,21,59); }

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

border-color css

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

 span { border-color: rgb(185,21,59); }

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