Html Css Color HEX #B31546 Cardinal

📋 copy color: '#B31546'

red 179 ◦ green 21 ◦ blue 70

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

Shades of Cardinal #B31546

Tints of Cardinal #B31546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 66.3%
G = 7.78%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B31546 (or 0xB31546) is known color: Cardinal. HEX triplet: B3, 15 and 46. RGB value is (179,21,70). Sum of RGB (Red+Green+Blue) = 179+21+70=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B31546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31546 is #4CEAB9. Grayscale: #494949. Windows color (decimal): -5040826 or 4593075. OLE color: 4593075.

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

Color convert

RGB 179 21 70 -
CMYK 0 0.88 0.61 0.30
HSL 341.39º 0.79% 0.39% -
HSV(B) 341.39º 0.88% 0.7% -
XYZ 19.96 10.56 6.78 -
YUV 73.83 125.85 203.02 -
System Red Green Blue C M Y K H S L
Decimal 179 21 70 0 0.88 0.61 0.30 341.39 0.79 0.39
Hex B3 15 46 0 58 3D 1E 155 4F 27
Octal 263 25 106 0 130 75 36 525 117 47
Binary 10110011 10101 1000110 0 1011000 111101 11110 101010101 1001111 100111

Color Harmonies of #B31546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31546

Black with #B31546

Text Example


Text Example

White with #B31546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31546; }

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

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

background-color css

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

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

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

border-color css

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

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

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