Html Css Color HEX #B31927 Cardinal

📋 copy color: '#B31927'

red 179 ◦ green 25 ◦ blue 39

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

Shades of Cardinal #B31927

Tints of Cardinal #B31927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.05%

R = 73.66%
G = 10.29%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B31927 (or 0xB31927) is known color: Cardinal. HEX triplet: B3, 19 and 27. RGB value is (179,25,39). Sum of RGB (Red+Green+Blue) = 179+25+39=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B31927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31927 is #4CE6D8. Grayscale: #484848. Windows color (decimal): -5039833 or 2562483. OLE color: 2562483.

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

Color convert

RGB 179 25 39 -
CMYK 0 0.86 0.78 0.30
HSL 354.55º 0.75% 0.4% -
HSV(B) 354.55º 0.86% 0.7% -
XYZ 19.3 10.43 2.91 -
YUV 72.64 109.02 203.86 -
System Red Green Blue C M Y K H S L
Decimal 179 25 39 0 0.86 0.78 0.30 354.55 0.75 0.4
Hex B3 19 27 0 56 4E 1E 163 4B 28
Octal 263 31 47 0 126 116 36 543 113 50
Binary 10110011 11001 100111 0 1010110 1001110 11110 101100011 1001011 101000

Color Harmonies of #B31927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31927

Black with #B31927

Text Example


Text Example

White with #B31927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31927; }

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

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

background-color css

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

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

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

border-color css

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

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

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