Html Css Color HEX #B31235 Cardinal

📋 copy color: '#B31235'

red 179 ◦ green 18 ◦ blue 53

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

Shades of Cardinal #B31235

Tints of Cardinal #B31235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

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

R = 71.6%
G = 7.2%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B31235 (or 0xB31235) is known color: Cardinal. HEX triplet: B3, 12 and 35. RGB value is (179,18,53). Sum of RGB (Red+Green+Blue) = 179+18+53=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B31235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31235 is #4CEDCA. Grayscale: #464646. Windows color (decimal): -5041611 or 3478195. OLE color: 3478195.

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

Color convert

RGB 179 18 53 -
CMYK 0 0.90 0.70 0.30
HSL 346.96º 0.82% 0.39% -
HSV(B) 346.96º 0.9% 0.7% -
XYZ 19.45 10.27 4.33 -
YUV 70.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 179 18 53 0 0.90 0.70 0.30 346.96 0.82 0.39
Hex B3 12 35 0 5A 46 1E 15B 52 27
Octal 263 22 65 0 132 106 36 533 122 47
Binary 10110011 10010 110101 0 1011010 1000110 11110 101011011 1010010 100111

Color Harmonies of #B31235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31235

Black with #B31235

Text Example


Text Example

White with #B31235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31235; }

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

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

background-color css

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

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

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

border-color css

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

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

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