Html Css Color HEX #B31743 Cardinal

📋 copy color: '#B31743'

red 179 ◦ green 23 ◦ blue 67

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

Shades of Cardinal #B31743

Tints of Cardinal #B31743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.91%

R = 66.54%
G = 8.55%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B31743 (or 0xB31743) is known color: Cardinal. HEX triplet: B3, 17 and 43. RGB value is (179,23,67). Sum of RGB (Red+Green+Blue) = 179+23+67=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B31743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31743 is #4CE8BC. Grayscale: #4A4A4A. Windows color (decimal): -5040317 or 4396979. OLE color: 4396979.

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

Color convert

RGB 179 23 67 -
CMYK 0 0.87 0.63 0.30
HSL 343.08º 0.77% 0.4% -
HSV(B) 343.08º 0.87% 0.7% -
XYZ 19.91 10.6 6.31 -
YUV 74.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 179 23 67 0 0.87 0.63 0.30 343.08 0.77 0.4
Hex B3 17 43 0 57 3F 1E 157 4D 28
Octal 263 27 103 0 127 77 36 527 115 50
Binary 10110011 10111 1000011 0 1010111 111111 11110 101010111 1001101 101000

Color Harmonies of #B31743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31743

Black with #B31743

Text Example


Text Example

White with #B31743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31743; }

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

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

background-color css

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

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

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

border-color css

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

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

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