Html Css Color HEX #B31F2F Cardinal

📋 copy color: '#B31F2F'

red 179 ◦ green 31 ◦ blue 47

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

Shades of Cardinal #B31F2F

Tints of Cardinal #B31F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 69.65%
G = 12.06%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B31F2F (or 0xB31F2F) is known color: Cardinal. HEX triplet: B3, 1F and 2F. RGB value is (179,31,47). Sum of RGB (Red+Green+Blue) = 179+31+47=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31F2F is #4CE0D0. Grayscale: #4D4D4D. Windows color (decimal): -5038289 or 3088307. OLE color: 3088307.

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

Color convert

RGB 179 31 47 -
CMYK 0 0.83 0.74 0.30
HSL 353.51º 0.7% 0.41% -
HSV(B) 353.51º 0.83% 0.7% -
XYZ 19.59 10.77 3.74 -
YUV 77.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 179 31 47 0 0.83 0.74 0.30 353.51 0.7 0.41
Hex B3 1F 2F 0 53 4A 1E 162 46 29
Octal 263 37 57 0 123 112 36 542 106 51
Binary 10110011 11111 101111 0 1010011 1001010 11110 101100010 1000110 101001

Color Harmonies of #B31F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F2F

Black with #B31F2F

Text Example


Text Example

White with #B31F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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