Html Css Color HEX #B31535 Cardinal

📋 copy color: '#B31535'

red 179 ◦ green 21 ◦ blue 53

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

Shades of Cardinal #B31535

Tints of Cardinal #B31535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.3%

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

R = 70.75%
G = 8.3%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B31535 (or 0xB31535) is known color: Cardinal. HEX triplet: B3, 15 and 35. RGB value is (179,21,53). Sum of RGB (Red+Green+Blue) = 179+21+53=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B31535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31535 is #4CEACA. Grayscale: #474747. Windows color (decimal): -5040843 or 3478963. OLE color: 3478963.

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

Color convert

RGB 179 21 53 -
CMYK 0 0.88 0.70 0.30
HSL 347.85º 0.79% 0.39% -
HSV(B) 347.85º 0.88% 0.7% -
XYZ 19.5 10.38 4.34 -
YUV 71.89 117.35 204.4 -
System Red Green Blue C M Y K H S L
Decimal 179 21 53 0 0.88 0.70 0.30 347.85 0.79 0.39
Hex B3 15 35 0 58 46 1E 15C 4F 27
Octal 263 25 65 0 130 106 36 534 117 47
Binary 10110011 10101 110101 0 1011000 1000110 11110 101011100 1001111 100111

Color Harmonies of #B31535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31535

Black with #B31535

Text Example


Text Example

White with #B31535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31535; }

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

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

background-color css

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

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

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

border-color css

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

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

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