Html Css Color HEX #B9152A Cardinal

📋 copy color: '#B9152A'

red 185 ◦ green 21 ◦ blue 42

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

Shades of Cardinal #B9152A

Tints of Cardinal #B9152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.94%

R = 74.6%
G = 8.47%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9152A (or 0xB9152A) is known color: Cardinal. HEX triplet: B9, 15 and 2A. RGB value is (185,21,42). Sum of RGB (Red+Green+Blue) = 185+21+42=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9152A is #46EAD5. Grayscale: #484848. Windows color (decimal): -4647638 or 2758073. OLE color: 2758073.

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

Color convert

RGB 185 21 42 -
CMYK 0 0.89 0.77 0.27
HSL 352.32º 0.8% 0.4% -
HSV(B) 352.32º 0.89% 0.73% -
XYZ 20.69 11.02 3.23 -
YUV 72.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 185 21 42 0 0.89 0.77 0.27 352.32 0.8 0.4
Hex B9 15 2A 0 59 4D 1B 160 50 28
Octal 271 25 52 0 131 115 33 540 120 50
Binary 10111001 10101 101010 0 1011001 1001101 11011 101100000 1010000 101000

Color Harmonies of #B9152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9152A

Black with #B9152A

Text Example


Text Example

White with #B9152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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