Html Css Color HEX #B31530 Cardinal

📋 copy color: '#B31530'

red 179 ◦ green 21 ◦ blue 48

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

Shades of Cardinal #B31530

Tints of Cardinal #B31530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.35%

R = 72.18%
G = 8.47%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B31530 (or 0xB31530) is known color: Cardinal. HEX triplet: B3, 15 and 30. RGB value is (179,21,48). Sum of RGB (Red+Green+Blue) = 179+21+48=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B31530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31530 is #4CEACF. Grayscale: #474747. Windows color (decimal): -5040848 or 3151283. OLE color: 3151283.

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

Color convert

RGB 179 21 48 -
CMYK 0 0.88 0.73 0.30
HSL 349.75º 0.79% 0.39% -
HSV(B) 349.75º 0.88% 0.7% -
XYZ 19.39 10.33 3.77 -
YUV 71.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 179 21 48 0 0.88 0.73 0.30 349.75 0.79 0.39
Hex B3 15 30 0 58 49 1E 15E 4F 27
Octal 263 25 60 0 130 111 36 536 117 47
Binary 10110011 10101 110000 0 1011000 1001001 11110 101011110 1001111 100111

Color Harmonies of #B31530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31530

Black with #B31530

Text Example


Text Example

White with #B31530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31530; }

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

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

background-color css

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

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

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

border-color css

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

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

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