Html Css Color HEX #B31745 Cardinal

📋 copy color: '#B31745'

red 179 ◦ green 23 ◦ blue 69

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

Shades of Cardinal #B31745

Tints of Cardinal #B31745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.46%

R = 66.05%
G = 8.49%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B31745 (or 0xB31745) is known color: Cardinal. HEX triplet: B3, 17 and 45. RGB value is (179,23,69). Sum of RGB (Red+Green+Blue) = 179+23+69=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B31745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31745 is #4CE8BA. Grayscale: #4A4A4A. Windows color (decimal): -5040315 or 4528051. OLE color: 4528051.

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

Color convert

RGB 179 23 69 -
CMYK 0 0.87 0.61 0.30
HSL 342.31º 0.77% 0.4% -
HSV(B) 342.31º 0.87% 0.7% -
XYZ 19.97 10.63 6.63 -
YUV 74.89 124.68 202.26 -
System Red Green Blue C M Y K H S L
Decimal 179 23 69 0 0.87 0.61 0.30 342.31 0.77 0.4
Hex B3 17 45 0 57 3D 1E 156 4D 28
Octal 263 27 105 0 127 75 36 526 115 50
Binary 10110011 10111 1000101 0 1010111 111101 11110 101010110 1001101 101000

Color Harmonies of #B31745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31745

Black with #B31745

Text Example


Text Example

White with #B31745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31745; }

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

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

background-color css

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

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

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

border-color css

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

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

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