Html Css Color HEX #B7172A Cardinal

📋 copy color: '#B7172A'

red 183 ◦ green 23 ◦ blue 42

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

Shades of Cardinal #B7172A

Tints of Cardinal #B7172A

RGB

 RED value IS 183 (71.88% from 255) = 73.79%

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

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

R = 73.79%
G = 9.27%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7172A (or 0xB7172A) is known color: Cardinal. HEX triplet: B7, 17 and 2A. RGB value is (183,23,42). Sum of RGB (Red+Green+Blue) = 183+23+42=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B7172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7172A is #48E8D5. Grayscale: #494949. Windows color (decimal): -4778198 or 2758583. OLE color: 2758583.

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

Color convert

RGB 183 23 42 -
CMYK 0 0.87 0.77 0.28
HSL 352.88º 0.78% 0.4% -
HSV(B) 352.88º 0.87% 0.72% -
XYZ 20.25 10.85 3.22 -
YUV 73.01 110.51 206.46 -
System Red Green Blue C M Y K H S L
Decimal 183 23 42 0 0.87 0.77 0.28 352.88 0.78 0.4
Hex B7 17 2A 0 57 4D 1C 161 4E 28
Octal 267 27 52 0 127 115 34 541 116 50
Binary 10110111 10111 101010 0 1010111 1001101 11100 101100001 1001110 101000

Color Harmonies of #B7172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7172A

Black with #B7172A

Text Example


Text Example

White with #B7172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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