Html Css Color HEX #35080D Rustic Red

📋 copy color: '#35080D'

red 53 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #35080D

Tints of Rustic Red #35080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.81%

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

R = 71.62%
G = 10.81%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#35080D (or 0x35080D) is known color: Rustic Red. HEX triplet: 35, 08 and 0D. RGB value is (53,8,13). Sum of RGB (Red+Green+Blue) = 53+8+13=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #35080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35080D is #CAF7F2. Grayscale: #161616. Windows color (decimal): -13301747 or 854069. OLE color: 854069.

HSL color Cylindrical-coordinate representation of color #35080D: hue angle of 353.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35080D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 8 13 -
CMYK 0 0.85 0.75 0.79
HSL 353.33º 0.74% 0.12% -
HSV(B) 353.33º 0.85% 0.21% -
XYZ 1.63 0.96 0.48 -
YUV 22.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 53 8 13 0 0.85 0.75 0.79 353.33 0.74 0.12
Hex 35 8 D 0 55 4B 4F 161 4A C
Octal 65 10 15 0 125 113 117 541 112 14
Binary 110101 1000 1101 0 1010101 1001011 1001111 101100001 1001010 1100

Color Harmonies of #35080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35080D

Black with #35080D

Text Example


Text Example

White with #35080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,8,13); }

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

background-color css

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

 a { background-color: rgb(53,8,13); }

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

border-color css

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

 span { border-color: rgb(53,8,13); }

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