Html Css Color HEX #41020F Rustic Red

📋 copy color: '#41020F'

red 65 ◦ green 2 ◦ blue 15

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

Shades of Rustic Red #41020F

Tints of Rustic Red #41020F

RGB

 RED value IS 65 (25.78% from 255) = 79.27%

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

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

R = 79.27%
G = 2.44%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41020F (or 0x41020F) is known color: Rustic Red. HEX triplet: 41, 02 and 0F. RGB value is (65,2,15). Sum of RGB (Red+Green+Blue) = 65+2+15=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #41020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41020F is #BEFDF0. Grayscale: #161616. Windows color (decimal): -12516849 or 983617. OLE color: 983617.

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

Color convert

RGB 65 2 15 -
CMYK 0 0.97 0.77 0.75
HSL 347.62º 0.94% 0.13% -
HSV(B) 347.62º 0.97% 0.25% -
XYZ 2.29 1.2 0.56 -
YUV 22.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 65 2 15 0 0.97 0.77 0.75 347.62 0.94 0.13
Hex 41 2 F 0 61 4D 4B 15C 5E D
Octal 101 2 17 0 141 115 113 534 136 15
Binary 1000001 10 1111 0 1100001 1001101 1001011 101011100 1011110 1101

Color Harmonies of #41020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41020F

Black with #41020F

Text Example


Text Example

White with #41020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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