Html Css Color HEX #B6172B Cardinal

📋 copy color: '#B6172B'

red 182 ◦ green 23 ◦ blue 43

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

Shades of Cardinal #B6172B

Tints of Cardinal #B6172B

RGB

 RED value IS 182 (71.48% from 255) = 73.39%

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

 BLUE value IS 43 (17.19% from 255) = 17.34%

R = 73.39%
G = 9.27%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6172B (or 0xB6172B) is known color: Cardinal. HEX triplet: B6, 17 and 2B. RGB value is (182,23,43). Sum of RGB (Red+Green+Blue) = 182+23+43=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B6172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6172B is #49E8D4. Grayscale: #484848. Windows color (decimal): -4843733 or 2824118. OLE color: 2824118.

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

Color convert

RGB 182 23 43 -
CMYK 0 0.87 0.76 0.29
HSL 352.45º 0.78% 0.4% -
HSV(B) 352.45º 0.87% 0.71% -
XYZ 20.03 10.73 3.3 -
YUV 72.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 182 23 43 0 0.87 0.76 0.29 352.45 0.78 0.4
Hex B6 17 2B 0 57 4C 1D 160 4E 28
Octal 266 27 53 0 127 114 35 540 116 50
Binary 10110110 10111 101011 0 1010111 1001100 11101 101100000 1001110 101000

Color Harmonies of #B6172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6172B

Black with #B6172B

Text Example


Text Example

White with #B6172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6172B; }

 p { color: rgb(182,23,43); }

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

background-color css

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

 a { background-color: rgb(182,23,43); }

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

border-color css

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

 span { border-color: rgb(182,23,43); }

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