Html Css Color HEX #B6173F Cardinal

📋 copy color: '#B6173F'

red 182 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #B6173F

Tints of Cardinal #B6173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.51%

R = 67.91%
G = 8.58%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B6173F (or 0xB6173F) is known color: Cardinal. HEX triplet: B6, 17 and 3F. RGB value is (182,23,63). Sum of RGB (Red+Green+Blue) = 182+23+63=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B6173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6173F is #49E8C0. Grayscale: #4B4B4B. Windows color (decimal): -4843713 or 4134838. OLE color: 4134838.

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

Color convert

RGB 182 23 63 -
CMYK 0 0.87 0.65 0.29
HSL 344.91º 0.78% 0.4% -
HSV(B) 344.91º 0.87% 0.71% -
XYZ 20.5 10.92 5.73 -
YUV 75.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 182 23 63 0 0.87 0.65 0.29 344.91 0.78 0.4
Hex B6 17 3F 0 57 41 1D 159 4E 28
Octal 266 27 77 0 127 101 35 531 116 50
Binary 10110110 10111 111111 0 1010111 1000001 11101 101011001 1001110 101000

Color Harmonies of #B6173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6173F

Black with #B6173F

Text Example


Text Example

White with #B6173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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