Html Css Color HEX #B31143 Cardinal

📋 copy color: '#B31143'

red 179 ◦ green 17 ◦ blue 67

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

Shades of Cardinal #B31143

Tints of Cardinal #B31143

RGB

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

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

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

R = 68.06%
G = 6.46%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B31143 (or 0xB31143) is known color: Cardinal. HEX triplet: B3, 11 and 43. RGB value is (179,17,67). Sum of RGB (Red+Green+Blue) = 179+17+67=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B31143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31143 is #4CEEBC. Grayscale: #474747. Windows color (decimal): -5041853 or 4395443. OLE color: 4395443.

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

Color convert

RGB 179 17 67 -
CMYK 0 0.91 0.63 0.30
HSL 341.48º 0.83% 0.38% -
HSV(B) 341.48º 0.91% 0.7% -
XYZ 19.8 10.39 6.27 -
YUV 71.14 125.67 204.93 -
System Red Green Blue C M Y K H S L
Decimal 179 17 67 0 0.91 0.63 0.30 341.48 0.83 0.38
Hex B3 11 43 0 5B 3F 1E 155 53 26
Octal 263 21 103 0 133 77 36 525 123 46
Binary 10110011 10001 1000011 0 1011011 111111 11110 101010101 1010011 100110

Color Harmonies of #B31143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31143

Black with #B31143

Text Example


Text Example

White with #B31143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31143; }

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

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

background-color css

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

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

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

border-color css

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

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

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