Html Css Color HEX #B31141 Cardinal

📋 copy color: '#B31141'

red 179 ◦ green 17 ◦ blue 65

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

Shades of Cardinal #B31141

Tints of Cardinal #B31141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.51%

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 68.58%
G = 6.51%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B31141 (or 0xB31141) is known color: Cardinal. HEX triplet: B3, 11 and 41. RGB value is (179,17,65). Sum of RGB (Red+Green+Blue) = 179+17+65=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B31141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31141 is #4CEEBE. Grayscale: #464646. Windows color (decimal): -5041855 or 4264371. OLE color: 4264371.

HSL color Cylindrical-coordinate representation of color #B31141: hue angle of 342.22º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31141 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 17 65 -
CMYK 0 0.91 0.64 0.30
HSL 342.22º 0.83% 0.38% -
HSV(B) 342.22º 0.91% 0.7% -
XYZ 19.74 10.37 5.96 -
YUV 70.91 124.67 205.1 -
System Red Green Blue C M Y K H S L
Decimal 179 17 65 0 0.91 0.64 0.30 342.22 0.83 0.38
Hex B3 11 41 0 5B 40 1E 156 53 26
Octal 263 21 101 0 133 100 36 526 123 46
Binary 10110011 10001 1000001 0 1011011 1000000 11110 101010110 1010011 100110

Color Harmonies of #B31141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31141

Black with #B31141

Text Example


Text Example

White with #B31141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31141; }

 p { color: rgb(179,17,65); }

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

background-color css

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

 a { background-color: rgb(179,17,65); }

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

border-color css

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

 span { border-color: rgb(179,17,65); }

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