Html Css Color HEX #B31649 Cardinal

📋 copy color: '#B31649'

red 179 ◦ green 22 ◦ blue 73

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

Shades of Cardinal #B31649

Tints of Cardinal #B31649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.64%

R = 65.33%
G = 8.03%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B31649 (or 0xB31649) is known color: Cardinal. HEX triplet: B3, 16 and 49. RGB value is (179,22,73). Sum of RGB (Red+Green+Blue) = 179+22+73=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B31649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31649 is #4CE9B6. Grayscale: #4A4A4A. Windows color (decimal): -5040567 or 4789939. OLE color: 4789939.

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

Color convert

RGB 179 22 73 -
CMYK 0 0.88 0.59 0.30
HSL 340.51º 0.78% 0.39% -
HSV(B) 340.51º 0.88% 0.7% -
XYZ 20.08 10.64 7.3 -
YUV 74.76 127.01 202.35 -
System Red Green Blue C M Y K H S L
Decimal 179 22 73 0 0.88 0.59 0.30 340.51 0.78 0.39
Hex B3 16 49 0 58 3B 1E 155 4E 27
Octal 263 26 111 0 130 73 36 525 116 47
Binary 10110011 10110 1001001 0 1011000 111011 11110 101010101 1001110 100111

Color Harmonies of #B31649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31649

Black with #B31649

Text Example


Text Example

White with #B31649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31649; }

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

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

background-color css

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

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

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

border-color css

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

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

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