Html Css Color HEX #41030F Rustic Red

📋 copy color: '#41030F'

red 65 ◦ green 3 ◦ blue 15

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

Shades of Rustic Red #41030F

Tints of Rustic Red #41030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.61%

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

R = 78.31%
G = 3.61%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41030F (or 0x41030F) is known color: Rustic Red. HEX triplet: 41, 03 and 0F. RGB value is (65,3,15). Sum of RGB (Red+Green+Blue) = 65+3+15=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #41030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41030F is #BEFCF0. Grayscale: #161616. Windows color (decimal): -12516593 or 983873. OLE color: 983873.

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

Color convert

RGB 65 3 15 -
CMYK 0 0.95 0.77 0.75
HSL 348.39º 0.91% 0.13% -
HSV(B) 348.39º 0.95% 0.25% -
XYZ 2.3 1.22 0.57 -
YUV 22.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 65 3 15 0 0.95 0.77 0.75 348.39 0.91 0.13
Hex 41 3 F 0 5F 4D 4B 15C 5B D
Octal 101 3 17 0 137 115 113 534 133 15
Binary 1000001 11 1111 0 1011111 1001101 1001011 101011100 1011011 1101

Color Harmonies of #41030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41030F

Black with #41030F

Text Example


Text Example

White with #41030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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