Html Css Color HEX #B6172A Cardinal

📋 copy color: '#B6172A'

red 182 ◦ green 23 ◦ blue 42

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

Shades of Cardinal #B6172A

Tints of Cardinal #B6172A

RGB

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

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

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

R = 73.68%
G = 9.31%
B = 17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6172A (or 0xB6172A) is known color: Cardinal. HEX triplet: B6, 17 and 2A. RGB value is (182,23,42). Sum of RGB (Red+Green+Blue) = 182+23+42=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B6172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6172A is #49E8D5. Grayscale: #484848. Windows color (decimal): -4843734 or 2758582. OLE color: 2758582.

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

Color convert

RGB 182 23 42 -
CMYK 0 0.87 0.77 0.29
HSL 352.83º 0.78% 0.4% -
HSV(B) 352.83º 0.87% 0.71% -
XYZ 20.02 10.73 3.21 -
YUV 72.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 182 23 42 0 0.87 0.77 0.29 352.83 0.78 0.4
Hex B6 17 2A 0 57 4D 1D 161 4E 28
Octal 266 27 52 0 127 115 35 541 116 50
Binary 10110110 10111 101010 0 1010111 1001101 11101 101100001 1001110 101000

Color Harmonies of #B6172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6172A

Black with #B6172A

Text Example


Text Example

White with #B6172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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