Html Css Color HEX #340008 Rustic Red

📋 copy color: '#340008'

red 52 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #340008

Tints of Rustic Red #340008

RGB

 RED value IS 52 (20.7% from 255) = 86.67%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 8 (3.52% from 255) = 13.33%

R = 86.67%
G = 0%
B = 13.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.80

RGB Variations

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

Color information

#340008 (or 0x340008) is known color: Rustic Red. HEX triplet: 34, 00 and 08. RGB value is (52,0,8). Sum of RGB (Red+Green+Blue) = 52+0+8=60 (7% of max value = 765). Red value is 52 (20.70% from 255 or 86.67% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 52 - color contains mainly: red. Hex color #340008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340008 is #CBFFF7. Grayscale: #101010. Windows color (decimal): -13369336 or 524340. OLE color: 524340.

HSL color Cylindrical-coordinate representation of color #340008: hue angle of 350.77º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340008 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 0 8 -
CMYK 0 1 0.85 0.80
HSL 350.77º 1% 0.1% -
HSV(B) 350.77º 1% 0.2% -
XYZ 1.46 0.75 0.3 -
YUV 16.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 52 0 8 0 1 0.85 0.80 350.77 1 0.1
Hex 34 0 8 0 64 55 50 15F 64 A
Octal 64 0 10 0 144 125 120 537 144 12
Binary 110100 0 1000 0 1100100 1010101 1010000 101011111 1100100 1010

Color Harmonies of #340008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340008

Black with #340008

Text Example


Text Example

White with #340008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340008; }

 p { color: rgb(52,0,8); }

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

background-color css

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

 a { background-color: rgb(52,0,8); }

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

border-color css

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

 span { border-color: rgb(52,0,8); }

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