Html Css Color HEX #B31335 Cardinal

📋 copy color: '#B31335'

red 179 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #B31335

Tints of Cardinal #B31335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.12%

R = 71.31%
G = 7.57%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B31335 (or 0xB31335) is known color: Cardinal. HEX triplet: B3, 13 and 35. RGB value is (179,19,53). Sum of RGB (Red+Green+Blue) = 179+19+53=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B31335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31335 is #4CECCA. Grayscale: #464646. Windows color (decimal): -5041355 or 3478451. OLE color: 3478451.

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

Color convert

RGB 179 19 53 -
CMYK 0 0.89 0.70 0.30
HSL 347.25º 0.81% 0.39% -
HSV(B) 347.25º 0.89% 0.7% -
XYZ 19.47 10.31 4.33 -
YUV 70.72 118.01 205.24 -
System Red Green Blue C M Y K H S L
Decimal 179 19 53 0 0.89 0.70 0.30 347.25 0.81 0.39
Hex B3 13 35 0 59 46 1E 15B 51 27
Octal 263 23 65 0 131 106 36 533 121 47
Binary 10110011 10011 110101 0 1011001 1000110 11110 101011011 1010001 100111

Color Harmonies of #B31335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31335

Black with #B31335

Text Example


Text Example

White with #B31335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31335; }

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

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

background-color css

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

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

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

border-color css

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

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

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