Html Css Color HEX #460A18 Bordeaux

📋 copy color: '#460A18'

red 70 ◦ green 10 ◦ blue 24

#460A18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #460A18

Tints of Bordeaux #460A18

RGB

 RED value IS 70 (27.73% from 255) = 67.31%

 GREEN value IS 10 (4.3% from 255) = 9.62%

 BLUE value IS 24 (9.77% from 255) = 23.08%

R = 67.31%
G = 9.62%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#460A18 (or 0x460A18) is known color: Bordeaux. HEX triplet: 46, 0A and 18. RGB value is (70,10,24). Sum of RGB (Red+Green+Blue) = 70+10+24=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #460A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A18 is #B9F5E7. Grayscale: #1D1D1D. Windows color (decimal): -12187112 or 1575494. OLE color: 1575494.

HSL color Cylindrical-coordinate representation of color #460A18: hue angle of 346º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A18 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 10 24 -
CMYK 0 0.86 0.66 0.73
HSL 346º 0.75% 0.16% -
HSV(B) 346º 0.86% 0.27% -
XYZ 2.8 1.59 1.02 -
YUV 29.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 70 10 24 0 0.86 0.66 0.73 346 0.75 0.16
Hex 46 A 18 0 56 42 49 15A 4B 10
Octal 106 12 30 0 126 102 111 532 113 20
Binary 1000110 1010 11000 0 1010110 1000010 1001001 101011010 1001011 10000

Color Harmonies of #460A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A18

Black with #460A18

Text Example


Text Example

White with #460A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460A18; }

 p { color: rgb(70,10,24); }

 H1.HeaderClassName
 {
   color: #460A18;
 }
 .AnyTagClassName
 {
   color: #460A18;
 }
</style>

background-color css

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

 a { background-color: rgb(70,10,24); }

 div.DivClassName
 {
   background-color: #460A18;
 }
 .BgClassName
 {
   background-color: #460A18;
 }
</style>

border-color css

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

 span { border-color: rgb(70,10,24); }

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