#b3293a

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

Shades of Cardinal #B3293A

Tints of Cardinal #B3293A

Color information

#B3293A (or 0xB3293A) is unknown color: approx Cardinal. HEX triplet: B3, 29 and 3A. RGB value is (179,41,58). Sum of RGB (Red+Green+Blue) = 179+41+58=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3293A is #4CD6C5. Grayscale: #545454. Windows color (decimal): -5035718 or 3811763. OLE color: 3811763.

HSL color Cylindrical-coordinate representation of color #B3293A: hue angle of 352.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3293A is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1794158-
CMYK00.770.680.30
HSL352.61º62.73%43.14%-
HSV(B)352.61º77.09%70.2%-
XYZ20.1511.485.16-
YUV84.2113.22195.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.39%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=64.39%
G=14.75%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179415800.770.680.30352.6162.7343.14
HexB3293A04D441E1613f2b
Octal26351720115104365417753
Binary1011001110100111101001001101100010011110101100001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3293a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3293a; }

 p { color: rgb(179,41,58); }

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

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

 a { background-color: rgb(179,41,58); }

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

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

 span { border-color: rgb(179,41,58); }

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