Html Css Color HEX #B31926 Cardinal

📋 copy color: '#B31926'

red 179 ◦ green 25 ◦ blue 38

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

Shades of Cardinal #B31926

Tints of Cardinal #B31926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.7%

R = 73.97%
G = 10.33%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B31926 (or 0xB31926) is known color: Cardinal. HEX triplet: B3, 19 and 26. RGB value is (179,25,38). Sum of RGB (Red+Green+Blue) = 179+25+38=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B31926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31926 is #4CE6D9. Grayscale: #484848. Windows color (decimal): -5039834 or 2496947. OLE color: 2496947.

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

Color convert

RGB 179 25 38 -
CMYK 0 0.86 0.79 0.30
HSL 354.94º 0.75% 0.4% -
HSV(B) 354.94º 0.86% 0.7% -
XYZ 19.29 10.42 2.83 -
YUV 72.53 108.52 203.94 -
System Red Green Blue C M Y K H S L
Decimal 179 25 38 0 0.86 0.79 0.30 354.94 0.75 0.4
Hex B3 19 26 0 56 4F 1E 163 4B 28
Octal 263 31 46 0 126 117 36 543 113 50
Binary 10110011 11001 100110 0 1010110 1001111 11110 101100011 1001011 101000

Color Harmonies of #B31926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31926

Black with #B31926

Text Example


Text Example

White with #B31926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31926; }

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

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

background-color css

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

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

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

border-color css

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

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

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