Html Css Color HEX #B9182A Cardinal

📋 copy color: '#B9182A'

red 185 ◦ green 24 ◦ blue 42

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

Shades of Cardinal #B9182A

Tints of Cardinal #B9182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.56%

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

R = 73.71%
G = 9.56%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9182A (or 0xB9182A) is known color: Cardinal. HEX triplet: B9, 18 and 2A. RGB value is (185,24,42). Sum of RGB (Red+Green+Blue) = 185+24+42=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B9182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9182A is #46E7D5. Grayscale: #4A4A4A. Windows color (decimal): -4646870 or 2758841. OLE color: 2758841.

HSL color Cylindrical-coordinate representation of color #B9182A: hue angle of 353.29º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9182A is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 24 42 -
CMYK 0 0.87 0.77 0.27
HSL 353.29º 0.77% 0.41% -
HSV(B) 353.29º 0.87% 0.73% -
XYZ 20.75 11.13 3.25 -
YUV 74.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 185 24 42 0 0.87 0.77 0.27 353.29 0.77 0.41
Hex B9 18 2A 0 57 4D 1B 161 4D 29
Octal 271 30 52 0 127 115 33 541 115 51
Binary 10111001 11000 101010 0 1010111 1001101 11011 101100001 1001101 101001

Color Harmonies of #B9182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9182A

Black with #B9182A

Text Example


Text Example

White with #B9182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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