#B31F3E

Color #B31F3E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B31F3E

Tints of Cardinal #B31F3E

Color information

#B31F3E (or 0xB31F3E) is unknown color: approx Cardinal. HEX triplet: B3, 1F and 3E. RGB value is (179,31,62). Sum of RGB (Red+Green+Blue) = 179+31+62=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31F3E is #4CE0C1. Grayscale: #4E4E4E. Windows color (decimal): -5038274 or 4071347. OLE color: 4071347.

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

Color convert

RGB1793162-
CMYK00.830.650.30
HSL347.43º70.48%41.18%-
HSV(B)347.43º82.68%70.2%-
XYZ19.9510.915.61-
YUV78.79118.53199.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.81%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=65.81%
G=11.40%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179316200.830.650.30347.4370.4841.18
HexB31F3E053411E15b4629
Octal263377601231013653310651
Binary1011001111111111110010100111000001111101010110111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31F3E; }

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

 H1.HeaderClassName
 {
   color: #B31F3E;
 }
 .AnyTagClassName
 {
   color: #B31F3E;
 }
</style>
background-color css

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

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

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

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

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

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