Html Css Color HEX #B31648 Cardinal

📋 copy color: '#B31648'

red 179 ◦ green 22 ◦ blue 72

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

Shades of Cardinal #B31648

Tints of Cardinal #B31648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

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

R = 65.57%
G = 8.06%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B31648 (or 0xB31648) is known color: Cardinal. HEX triplet: B3, 16 and 48. RGB value is (179,22,72). Sum of RGB (Red+Green+Blue) = 179+22+72=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B31648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31648 is #4CE9B7. Grayscale: #4A4A4A. Windows color (decimal): -5040568 or 4724403. OLE color: 4724403.

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

Color convert

RGB 179 22 72 -
CMYK 0 0.88 0.60 0.30
HSL 340.89º 0.78% 0.39% -
HSV(B) 340.89º 0.88% 0.7% -
XYZ 20.05 10.63 7.13 -
YUV 74.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 179 22 72 0 0.88 0.60 0.30 340.89 0.78 0.39
Hex B3 16 48 0 58 3C 1E 155 4E 27
Octal 263 26 110 0 130 74 36 525 116 47
Binary 10110011 10110 1001000 0 1011000 111100 11110 101010101 1001110 100111

Color Harmonies of #B31648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31648

Black with #B31648

Text Example


Text Example

White with #B31648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31648; }

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

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

background-color css

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

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

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

border-color css

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

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

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