Html Css Color HEX #42020F Rustic Red

📋 copy color: '#42020F'

red 66 ◦ green 2 ◦ blue 15

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

Shades of Rustic Red #42020F

Tints of Rustic Red #42020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.41%

 BLUE value IS 15 (6.25% from 255) = 18.07%

R = 79.52%
G = 2.41%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#42020F (or 0x42020F) is known color: Rustic Red. HEX triplet: 42, 02 and 0F. RGB value is (66,2,15). Sum of RGB (Red+Green+Blue) = 66+2+15=83 (10% of max value = 765). Red value is 66 (26.17% from 255 or 79.52% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 66 - color contains mainly: red. Hex color #42020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42020F is #BDFDF0. Grayscale: #161616. Windows color (decimal): -12451313 or 983618. OLE color: 983618.

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

Color convert

RGB 66 2 15 -
CMYK 0 0.97 0.77 0.74
HSL 347.81º 0.94% 0.13% -
HSV(B) 347.81º 0.97% 0.26% -
XYZ 2.35 1.24 0.57 -
YUV 22.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 66 2 15 0 0.97 0.77 0.74 347.81 0.94 0.13
Hex 42 2 F 0 61 4D 4A 15C 5E D
Octal 102 2 17 0 141 115 112 534 136 15
Binary 1000010 10 1111 0 1100001 1001101 1001010 101011100 1011110 1101

Color Harmonies of #42020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42020F

Black with #42020F

Text Example


Text Example

White with #42020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42020F; }

 p { color: rgb(66,2,15); }

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

background-color css

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

 a { background-color: rgb(66,2,15); }

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

border-color css

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

 span { border-color: rgb(66,2,15); }

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