Html Css Color HEX #B31944 Cardinal

📋 copy color: '#B31944'

red 179 ◦ green 25 ◦ blue 68

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

Shades of Cardinal #B31944

Tints of Cardinal #B31944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

 BLUE value IS 68 (26.95% from 255) = 25%

R = 65.81%
G = 9.19%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B31944 (or 0xB31944) is known color: Cardinal. HEX triplet: B3, 19 and 44. RGB value is (179,25,68). Sum of RGB (Red+Green+Blue) = 179+25+68=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B31944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31944 is #4CE6BB. Grayscale: #4B4B4B. Windows color (decimal): -5039804 or 4463027. OLE color: 4463027.

HSL color Cylindrical-coordinate representation of color #B31944: hue angle of 343.25º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31944 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 25 68 -
CMYK 0 0.86 0.62 0.30
HSL 343.25º 0.75% 0.4% -
HSV(B) 343.25º 0.86% 0.7% -
XYZ 19.98 10.7 6.48 -
YUV 75.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 179 25 68 0 0.86 0.62 0.30 343.25 0.75 0.4
Hex B3 19 44 0 56 3E 1E 157 4B 28
Octal 263 31 104 0 126 76 36 527 113 50
Binary 10110011 11001 1000100 0 1010110 111110 11110 101010111 1001011 101000

Color Harmonies of #B31944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31944

Black with #B31944

Text Example


Text Example

White with #B31944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31944; }

 p { color: rgb(179,25,68); }

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

background-color css

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

 a { background-color: rgb(179,25,68); }

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

border-color css

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

 span { border-color: rgb(179,25,68); }

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