Html Css Color HEX #35040A Rustic Red

📋 copy color: '#35040A'

red 53 ◦ green 4 ◦ blue 10

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

Shades of Rustic Red #35040A

Tints of Rustic Red #35040A

RGB

 RED value IS 53 (21.09% from 255) = 79.1%

 GREEN value IS 4 (1.95% from 255) = 5.97%

 BLUE value IS 10 (4.3% from 255) = 14.93%

R = 79.1%
G = 5.97%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#35040A (or 0x35040A) is known color: Rustic Red. HEX triplet: 35, 04 and 0A. RGB value is (53,4,10). Sum of RGB (Red+Green+Blue) = 53+4+10=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #35040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35040A is #CAFBF5. Grayscale: #131313. Windows color (decimal): -13302774 or 656437. OLE color: 656437.

HSL color Cylindrical-coordinate representation of color #35040A: hue angle of 352.65º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35040A is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 4 10 -
CMYK 0 0.92 0.81 0.79
HSL 352.65º 0.86% 0.11% -
HSV(B) 352.65º 0.92% 0.21% -
XYZ 1.57 0.87 0.37 -
YUV 19.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 53 4 10 0 0.92 0.81 0.79 352.65 0.86 0.11
Hex 35 4 A 0 5C 51 4F 161 56 B
Octal 65 4 12 0 134 121 117 541 126 13
Binary 110101 100 1010 0 1011100 1010001 1001111 101100001 1010110 1011

Color Harmonies of #35040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35040A

Black with #35040A

Text Example


Text Example

White with #35040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35040A; }

 p { color: rgb(53,4,10); }

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

background-color css

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

 a { background-color: rgb(53,4,10); }

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

border-color css

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

 span { border-color: rgb(53,4,10); }

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