#430C1C

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

Shades of Bordeaux #430C1C

Tints of Bordeaux #430C1C

Color information

#430C1C (or 0x430C1C) is unknown color: approx Bordeaux. HEX triplet: 43, 0C and 1C. RGB value is (67,12,28). Sum of RGB (Red+Green+Blue) = 67+12+28=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #430C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430C1C is #BCF3E3. Grayscale: #1E1E1E. Windows color (decimal): -12383204 or 1838147. OLE color: 1838147.

HSL color Cylindrical-coordinate representation of color #430C1C: hue angle of 342.55º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #430C1C is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB671228-
CMYK00.820.580.74
HSL342.55º69.62%15.49%-
HSV(B)342.55º82.09%26.27%-
XYZ2.661.541.26-
YUV30.27126.72154.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.62%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=62.62%
G=11.21%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67122800.820.580.74342.5569.6215.49
Hex43C1C0523A4A15746f
Octal103143401227211252710617
Binary100001111001110001010010111010100101010101011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430C1C; }

 p { color: rgb(67,12,28); }

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

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

 a { background-color: rgb(67,12,28); }

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

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

 span { border-color: rgb(67,12,28); }

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