Html Css Color HEX #B31333 Cardinal

📋 copy color: '#B31333'

red 179 ◦ green 19 ◦ blue 51

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

Shades of Cardinal #B31333

Tints of Cardinal #B31333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.48%

R = 71.89%
G = 7.63%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B31333 (or 0xB31333) is known color: Cardinal. HEX triplet: B3, 13 and 33. RGB value is (179,19,51). Sum of RGB (Red+Green+Blue) = 179+19+51=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B31333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31333 is #4CECCC. Grayscale: #464646. Windows color (decimal): -5041357 or 3347379. OLE color: 3347379.

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

Color convert

RGB 179 19 51 -
CMYK 0 0.89 0.72 0.30
HSL 348º 0.81% 0.39% -
HSV(B) 348º 0.89% 0.7% -
XYZ 19.42 10.29 4.09 -
YUV 70.49 117.01 205.4 -
System Red Green Blue C M Y K H S L
Decimal 179 19 51 0 0.89 0.72 0.30 348 0.81 0.39
Hex B3 13 33 0 59 48 1E 15C 51 27
Octal 263 23 63 0 131 110 36 534 121 47
Binary 10110011 10011 110011 0 1011001 1001000 11110 101011100 1010001 100111

Color Harmonies of #B31333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31333

Black with #B31333

Text Example


Text Example

White with #B31333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31333; }

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

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

background-color css

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

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

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

border-color css

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

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

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