Html Css Color HEX #B3172C Cardinal

📋 copy color: '#B3172C'

red 179 ◦ green 23 ◦ blue 44

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

Shades of Cardinal #B3172C

Tints of Cardinal #B3172C

RGB

 RED value IS 179 (70.31% from 255) = 72.76%

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

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 72.76%
G = 9.35%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3172C (or 0xB3172C) is known color: Cardinal. HEX triplet: B3, 17 and 2C. RGB value is (179,23,44). Sum of RGB (Red+Green+Blue) = 179+23+44=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B3172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3172C is #4CE8D3. Grayscale: #484848. Windows color (decimal): -5040340 or 2889651. OLE color: 2889651.

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

Color convert

RGB 179 23 44 -
CMYK 0 0.87 0.75 0.30
HSL 351.92º 0.77% 0.4% -
HSV(B) 351.92º 0.87% 0.7% -
XYZ 19.35 10.38 3.37 -
YUV 72.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 179 23 44 0 0.87 0.75 0.30 351.92 0.77 0.4
Hex B3 17 2C 0 57 4B 1E 160 4D 28
Octal 263 27 54 0 127 113 36 540 115 50
Binary 10110011 10111 101100 0 1010111 1001011 11110 101100000 1001101 101000

Color Harmonies of #B3172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3172C

Black with #B3172C

Text Example


Text Example

White with #B3172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3172C; }

 p { color: rgb(179,23,44); }

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

background-color css

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

 a { background-color: rgb(179,23,44); }

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

border-color css

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

 span { border-color: rgb(179,23,44); }

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