Html Css Color HEX #B31144 Cardinal

📋 copy color: '#B31144'

red 179 ◦ green 17 ◦ blue 68

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

Shades of Cardinal #B31144

Tints of Cardinal #B31144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.76%

R = 67.8%
G = 6.44%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B31144 (or 0xB31144) is known color: Cardinal. HEX triplet: B3, 11 and 44. RGB value is (179,17,68). Sum of RGB (Red+Green+Blue) = 179+17+68=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B31144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31144 is #4CEEBB. Grayscale: #474747. Windows color (decimal): -5041852 or 4460979. OLE color: 4460979.

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

Color convert

RGB 179 17 68 -
CMYK 0 0.91 0.62 0.30
HSL 341.11º 0.83% 0.38% -
HSV(B) 341.11º 0.91% 0.7% -
XYZ 19.83 10.4 6.43 -
YUV 71.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 179 17 68 0 0.91 0.62 0.30 341.11 0.83 0.38
Hex B3 11 44 0 5B 3E 1E 155 53 26
Octal 263 21 104 0 133 76 36 525 123 46
Binary 10110011 10001 1000100 0 1011011 111110 11110 101010101 1010011 100110

Color Harmonies of #B31144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31144

Black with #B31144

Text Example


Text Example

White with #B31144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31144; }

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

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

background-color css

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

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

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

border-color css

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

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

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