Html Css Color HEX #B31940 Cardinal

📋 copy color: '#B31940'

red 179 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #B31940

Tints of Cardinal #B31940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 66.79%
G = 9.33%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B31940 (or 0xB31940) is known color: Cardinal. HEX triplet: B3, 19 and 40. RGB value is (179,25,64). Sum of RGB (Red+Green+Blue) = 179+25+64=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B31940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31940 is #4CE6BF. Grayscale: #4B4B4B. Windows color (decimal): -5039808 or 4200883. OLE color: 4200883.

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

Color convert

RGB 179 25 64 -
CMYK 0 0.86 0.64 0.30
HSL 344.81º 0.75% 0.4% -
HSV(B) 344.81º 0.86% 0.7% -
XYZ 19.86 10.65 5.86 -
YUV 75.49 121.52 201.83 -
System Red Green Blue C M Y K H S L
Decimal 179 25 64 0 0.86 0.64 0.30 344.81 0.75 0.4
Hex B3 19 40 0 56 40 1E 159 4B 28
Octal 263 31 100 0 126 100 36 531 113 50
Binary 10110011 11001 1000000 0 1010110 1000000 11110 101011001 1001011 101000

Color Harmonies of #B31940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31940

Black with #B31940

Text Example


Text Example

White with #B31940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31940; }

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

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

background-color css

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

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

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

border-color css

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

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

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