Html Css Color HEX #B31635 Cardinal

📋 copy color: '#B31635'

red 179 ◦ green 22 ◦ blue 53

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

Shades of Cardinal #B31635

Tints of Cardinal #B31635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

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

R = 70.47%
G = 8.66%
B = 20.87%

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

#B31635 (or 0xB31635) is known color: Cardinal. HEX triplet: B3, 16 and 35. RGB value is (179,22,53). Sum of RGB (Red+Green+Blue) = 179+22+53=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B31635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31635 is #4CE9CA. Grayscale: #484848. Windows color (decimal): -5040587 or 3479219. OLE color: 3479219.

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

Color convert

RGB 179 22 53 -
CMYK 0 0.88 0.70 0.30
HSL 348.15º 0.78% 0.39% -
HSV(B) 348.15º 0.88% 0.7% -
XYZ 19.52 10.41 4.35 -
YUV 72.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 179 22 53 0 0.88 0.70 0.30 348.15 0.78 0.39
Hex B3 16 35 0 58 46 1E 15C 4E 27
Octal 263 26 65 0 130 106 36 534 116 47
Binary 10110011 10110 110101 0 1011000 1000110 11110 101011100 1001110 100111

Color Harmonies of #B31635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31635

Black with #B31635

Text Example


Text Example

White with #B31635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31635; }

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

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

background-color css

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

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

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

border-color css

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

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

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