Html Css Color HEX #B31341 Cardinal

📋 copy color: '#B31341'

red 179 ◦ green 19 ◦ blue 65

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

Shades of Cardinal #B31341

Tints of Cardinal #B31341

RGB

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

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

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

R = 68.06%
G = 7.22%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B31341 (or 0xB31341) is known color: Cardinal. HEX triplet: B3, 13 and 41. RGB value is (179,19,65). Sum of RGB (Red+Green+Blue) = 179+19+65=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B31341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31341 is #4CECBE. Grayscale: #484848. Windows color (decimal): -5041343 or 4264883. OLE color: 4264883.

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

Color convert

RGB 179 19 65 -
CMYK 0 0.89 0.64 0.30
HSL 342.75º 0.81% 0.39% -
HSV(B) 342.75º 0.89% 0.7% -
XYZ 19.78 10.43 5.97 -
YUV 72.08 124.01 204.26 -
System Red Green Blue C M Y K H S L
Decimal 179 19 65 0 0.89 0.64 0.30 342.75 0.81 0.39
Hex B3 13 41 0 59 40 1E 157 51 27
Octal 263 23 101 0 131 100 36 527 121 47
Binary 10110011 10011 1000001 0 1011001 1000000 11110 101010111 1010001 100111

Color Harmonies of #B31341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31341

Black with #B31341

Text Example


Text Example

White with #B31341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31341; }

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

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

background-color css

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

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

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

border-color css

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

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

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