Html Css Color HEX #B31740 Cardinal

📋 copy color: '#B31740'

red 179 ◦ green 23 ◦ blue 64

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

Shades of Cardinal #B31740

Tints of Cardinal #B31740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 67.29%
G = 8.65%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B31740 (or 0xB31740) is known color: Cardinal. HEX triplet: B3, 17 and 40. RGB value is (179,23,64). Sum of RGB (Red+Green+Blue) = 179+23+64=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B31740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31740 is #4CE8BF. Grayscale: #4A4A4A. Windows color (decimal): -5040320 or 4200371. OLE color: 4200371.

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

Color convert

RGB 179 23 64 -
CMYK 0 0.87 0.64 0.30
HSL 344.23º 0.77% 0.4% -
HSV(B) 344.23º 0.87% 0.7% -
XYZ 19.82 10.57 5.85 -
YUV 74.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 179 23 64 0 0.87 0.64 0.30 344.23 0.77 0.4
Hex B3 17 40 0 57 40 1E 158 4D 28
Octal 263 27 100 0 127 100 36 530 115 50
Binary 10110011 10111 1000000 0 1010111 1000000 11110 101011000 1001101 101000

Color Harmonies of #B31740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31740

Black with #B31740

Text Example


Text Example

White with #B31740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31740; }

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

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

background-color css

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

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

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

border-color css

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

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

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