Html Css Color HEX #B31148 Cardinal

📋 copy color: '#B31148'

red 179 ◦ green 17 ◦ blue 72

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

Shades of Cardinal #B31148

Tints of Cardinal #B31148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

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

R = 66.79%
G = 6.34%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B31148 (or 0xB31148) is known color: Cardinal. HEX triplet: B3, 11 and 48. RGB value is (179,17,72). Sum of RGB (Red+Green+Blue) = 179+17+72=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B31148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31148 is #4CEEB7. Grayscale: #474747. Windows color (decimal): -5041848 or 4723123. OLE color: 4723123.

HSL color Cylindrical-coordinate representation of color #B31148: hue angle of 339.63º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31148 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 17 72 -
CMYK 0 0.91 0.60 0.30
HSL 339.63º 0.83% 0.38% -
HSV(B) 339.63º 0.91% 0.7% -
XYZ 19.96 10.45 7.1 -
YUV 71.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 179 17 72 0 0.91 0.60 0.30 339.63 0.83 0.38
Hex B3 11 48 0 5B 3C 1E 154 53 26
Octal 263 21 110 0 133 74 36 524 123 46
Binary 10110011 10001 1001000 0 1011011 111100 11110 101010100 1010011 100110

Color Harmonies of #B31148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31148

Black with #B31148

Text Example


Text Example

White with #B31148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31148; }

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

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

background-color css

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

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

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

border-color css

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

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

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