Html Css Color HEX #B31240 Cardinal

📋 copy color: '#B31240'

red 179 ◦ green 18 ◦ blue 64

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

Shades of Cardinal #B31240

Tints of Cardinal #B31240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.52%

R = 68.58%
G = 6.9%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B31240 (or 0xB31240) is known color: Cardinal. HEX triplet: B3, 12 and 40. RGB value is (179,18,64). Sum of RGB (Red+Green+Blue) = 179+18+64=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B31240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31240 is #4CEDBF. Grayscale: #474747. Windows color (decimal): -5041600 or 4199091. OLE color: 4199091.

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

Color convert

RGB 179 18 64 -
CMYK 0 0.90 0.64 0.30
HSL 342.86º 0.82% 0.39% -
HSV(B) 342.86º 0.9% 0.7% -
XYZ 19.73 10.39 5.82 -
YUV 71.38 123.84 204.76 -
System Red Green Blue C M Y K H S L
Decimal 179 18 64 0 0.90 0.64 0.30 342.86 0.82 0.39
Hex B3 12 40 0 5A 40 1E 157 52 27
Octal 263 22 100 0 132 100 36 527 122 47
Binary 10110011 10010 1000000 0 1011010 1000000 11110 101010111 1010010 100111

Color Harmonies of #B31240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31240

Black with #B31240

Text Example


Text Example

White with #B31240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31240; }

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

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

background-color css

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

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

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

border-color css

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

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

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