#430018

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

Shades of Bordeaux #430018

Tints of Bordeaux #430018

Color information

#430018 (or 0x430018) is unknown color: approx Bordeaux. HEX triplet: 43, 00 and 18. RGB value is (67,0,24). Sum of RGB (Red+Green+Blue) = 67+0+24=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #430018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430018 is #BCFFE7. Grayscale: #161616. Windows color (decimal): -12386280 or 1572931. OLE color: 1572931.

HSL color Cylindrical-coordinate representation of color #430018: hue angle of 338.51º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430018 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB67024-
CMYK010.640.74
HSL338.51º100%13.14%-
HSV(B)338.51º100%26.27%-
XYZ2.481.260.98-
YUV22.77128.7159.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 73.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=73.63%
G=0%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67024010.640.74338.5110013.14
Hex43018064404A15364d
Octal103030014410011252314415
Binary1000011011000011001001000000100101010101001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430018; }

 p { color: rgb(67,0,24); }

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

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

 a { background-color: rgb(67,0,24); }

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

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

 span { border-color: rgb(67,0,24); }

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