Html Css Color HEX #42000D Rustic Red

📋 copy color: '#42000D'

red 66 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #42000D

Tints of Rustic Red #42000D

RGB

 RED value IS 66 (26.17% from 255) = 83.54%

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

 BLUE value IS 13 (5.47% from 255) = 16.46%

R = 83.54%
G = 0%
B = 16.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#42000D (or 0x42000D) is known color: Rustic Red. HEX triplet: 42, 00 and 0D. RGB value is (66,0,13). Sum of RGB (Red+Green+Blue) = 66+0+13=79 (10% of max value = 765). Red value is 66 (26.17% from 255 or 83.54% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 66 - color contains mainly: red. Hex color #42000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42000D is #BDFFF2. Grayscale: #151515. Windows color (decimal): -12451827 or 852034. OLE color: 852034.

HSL color Cylindrical-coordinate representation of color #42000D: hue angle of 348.18º 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 #42000D is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 0 13 -
CMYK 0 1 0.80 0.74
HSL 348.18º 1% 0.13% -
HSV(B) 348.18º 1% 0.26% -
XYZ 2.32 1.19 0.49 -
YUV 21.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 66 0 13 0 1 0.80 0.74 348.18 1 0.13
Hex 42 0 D 0 64 50 4A 15C 64 D
Octal 102 0 15 0 144 120 112 534 144 15
Binary 1000010 0 1101 0 1100100 1010000 1001010 101011100 1100100 1101

Color Harmonies of #42000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42000D

Black with #42000D

Text Example


Text Example

White with #42000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42000D; }

 p { color: rgb(66,0,13); }

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

background-color css

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

 a { background-color: rgb(66,0,13); }

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

border-color css

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

 span { border-color: rgb(66,0,13); }

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