#B30D3D

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

Shades of Cardinal #B30D3D

Tints of Cardinal #B30D3D

Color information

#B30D3D (or 0xB30D3D) is unknown color: approx Cardinal. HEX triplet: B3, 0D and 3D. RGB value is (179,13,61). Sum of RGB (Red+Green+Blue) = 179+13+61=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30D3D is #4CF2C2. Grayscale: #444444. Windows color (decimal): -5042883 or 4001203. OLE color: 4001203.

HSL color Cylindrical-coordinate representation of color #B30D3D: hue angle of 342.65º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30D3D is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1791361-
CMYK00.930.660.30
HSL342.65º86.46%37.65%-
HSV(B)342.65º92.74%70.2%-
XYZ19.5810.215.35-
YUV68.11124207.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 70.75%
GREEN value IS 13 (5.47% from 255) = 5.14%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=70.75%
G=5.14%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179136100.930.660.30342.6586.4637.65
HexB3D3D05D421E1575626
Octal263157501351023652712646
Binary101100111101111101010111011000010111101010101111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30D3D; }

 p { color: rgb(179,13,61); }

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

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

 a { background-color: rgb(179,13,61); }

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

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

 span { border-color: rgb(179,13,61); }

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