Html Css Color HEX #B31348 Cardinal

📋 copy color: '#B31348'

red 179 ◦ green 19 ◦ blue 72

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

Shades of Cardinal #B31348

Tints of Cardinal #B31348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 66.3%
G = 7.04%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B31348 (or 0xB31348) is known color: Cardinal. HEX triplet: B3, 13 and 48. RGB value is (179,19,72). Sum of RGB (Red+Green+Blue) = 179+19+72=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B31348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31348 is #4CECB7. Grayscale: #484848. Windows color (decimal): -5041336 or 4723635. OLE color: 4723635.

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

Color convert

RGB 179 19 72 -
CMYK 0 0.89 0.60 0.30
HSL 340.13º 0.81% 0.39% -
HSV(B) 340.13º 0.89% 0.7% -
XYZ 19.99 10.52 7.11 -
YUV 72.88 127.51 203.69 -
System Red Green Blue C M Y K H S L
Decimal 179 19 72 0 0.89 0.60 0.30 340.13 0.81 0.39
Hex B3 13 48 0 59 3C 1E 154 51 27
Octal 263 23 110 0 131 74 36 524 121 47
Binary 10110011 10011 1001000 0 1011001 111100 11110 101010100 1010001 100111

Color Harmonies of #B31348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31348

Black with #B31348

Text Example


Text Example

White with #B31348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31348; }

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

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

background-color css

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

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

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

border-color css

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

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

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