Html Css Color HEX #B8172A Cardinal

📋 copy color: '#B8172A'

red 184 ◦ green 23 ◦ blue 42

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

Shades of Cardinal #B8172A

Tints of Cardinal #B8172A

RGB

 RED value IS 184 (72.27% from 255) = 73.9%

 GREEN value IS 23 (9.38% from 255) = 9.24%

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

R = 73.9%
G = 9.24%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8172A (or 0xB8172A) is known color: Cardinal. HEX triplet: B8, 17 and 2A. RGB value is (184,23,42). Sum of RGB (Red+Green+Blue) = 184+23+42=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8172A is #47E8D5. Grayscale: #494949. Windows color (decimal): -4712662 or 2758584. OLE color: 2758584.

HSL color Cylindrical-coordinate representation of color #B8172A: hue angle of 352.92º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8172A is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 23 42 -
CMYK 0 0.88 0.77 0.28
HSL 352.92º 0.78% 0.41% -
HSV(B) 352.92º 0.88% 0.72% -
XYZ 20.49 10.97 3.23 -
YUV 73.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 184 23 42 0 0.88 0.77 0.28 352.92 0.78 0.41
Hex B8 17 2A 0 58 4D 1C 161 4E 29
Octal 270 27 52 0 130 115 34 541 116 51
Binary 10111000 10111 101010 0 1011000 1001101 11100 101100001 1001110 101001

Color Harmonies of #B8172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8172A

Black with #B8172A

Text Example


Text Example

White with #B8172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8172A; }

 p { color: rgb(184,23,42); }

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

background-color css

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

 a { background-color: rgb(184,23,42); }

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

border-color css

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

 span { border-color: rgb(184,23,42); }

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