Html Css Color HEX #B31343 Cardinal

📋 copy color: '#B31343'

red 179 ◦ green 19 ◦ blue 67

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

Shades of Cardinal #B31343

Tints of Cardinal #B31343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 67.55%
G = 7.17%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B31343 (or 0xB31343) is known color: Cardinal. HEX triplet: B3, 13 and 43. RGB value is (179,19,67). Sum of RGB (Red+Green+Blue) = 179+19+67=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B31343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31343 is #4CECBC. Grayscale: #484848. Windows color (decimal): -5041341 or 4395955. OLE color: 4395955.

HSL color Cylindrical-coordinate representation of color #B31343: hue angle of 342º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31343 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 19 67 -
CMYK 0 0.89 0.63 0.30
HSL 342º 0.81% 0.39% -
HSV(B) 342º 0.89% 0.7% -
XYZ 19.84 10.45 6.28 -
YUV 72.31 125.01 204.1 -
System Red Green Blue C M Y K H S L
Decimal 179 19 67 0 0.89 0.63 0.30 342 0.81 0.39
Hex B3 13 43 0 59 3F 1E 156 51 27
Octal 263 23 103 0 131 77 36 526 121 47
Binary 10110011 10011 1000011 0 1011001 111111 11110 101010110 1010001 100111

Color Harmonies of #B31343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31343

Black with #B31343

Text Example


Text Example

White with #B31343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31343; }

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

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

background-color css

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

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

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

border-color css

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

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

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