Html Css Color HEX #B31F26 Cardinal

📋 copy color: '#B31F26'

red 179 ◦ green 31 ◦ blue 38

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

Shades of Cardinal #B31F26

Tints of Cardinal #B31F26

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.5%

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

R = 72.18%
G = 12.5%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B31F26 (or 0xB31F26) is known color: Cardinal. HEX triplet: B3, 1F and 26. RGB value is (179,31,38). Sum of RGB (Red+Green+Blue) = 179+31+38=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31F26 is #4CE0D9. Grayscale: #4C4C4C. Windows color (decimal): -5038298 or 2498483. OLE color: 2498483.

HSL color Cylindrical-coordinate representation of color #B31F26: hue angle of 357.16º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31F26 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 31 38 -
CMYK 0 0.83 0.79 0.30
HSL 357.16º 0.7% 0.41% -
HSV(B) 357.16º 0.83% 0.7% -
XYZ 19.43 10.7 2.88 -
YUV 76.05 106.53 201.43 -
System Red Green Blue C M Y K H S L
Decimal 179 31 38 0 0.83 0.79 0.30 357.16 0.7 0.41
Hex B3 1F 26 0 53 4F 1E 165 46 29
Octal 263 37 46 0 123 117 36 545 106 51
Binary 10110011 11111 100110 0 1010011 1001111 11110 101100101 1000110 101001

Color Harmonies of #B31F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F26

Black with #B31F26

Text Example


Text Example

White with #B31F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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