Html Css Color HEX #35020B Rustic Red

📋 copy color: '#35020B'

red 53 ◦ green 2 ◦ blue 11

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

Shades of Rustic Red #35020B

Tints of Rustic Red #35020B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 16.67%

R = 80.3%
G = 3.03%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#35020B (or 0x35020B) is known color: Rustic Red. HEX triplet: 35, 02 and 0B. RGB value is (53,2,11). Sum of RGB (Red+Green+Blue) = 53+2+11=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #35020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35020B is #CAFDF4. Grayscale: #121212. Windows color (decimal): -13303285 or 721461. OLE color: 721461.

HSL color Cylindrical-coordinate representation of color #35020B: hue angle of 349.41º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35020B is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 2 11 -
CMYK 0 0.96 0.79 0.79
HSL 349.41º 0.93% 0.11% -
HSV(B) 349.41º 0.96% 0.21% -
XYZ 1.55 0.82 0.39 -
YUV 18.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 53 2 11 0 0.96 0.79 0.79 349.41 0.93 0.11
Hex 35 2 B 0 60 4F 4F 15D 5D B
Octal 65 2 13 0 140 117 117 535 135 13
Binary 110101 10 1011 0 1100000 1001111 1001111 101011101 1011101 1011

Color Harmonies of #35020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35020B

Black with #35020B

Text Example


Text Example

White with #35020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35020B; }

 p { color: rgb(53,2,11); }

 H1.HeaderClassName
 {
   color: #35020B;
 }
 .AnyTagClassName
 {
   color: #35020B;
 }
</style>

background-color css

<style>
 a { background-color: #35020B; }

 a { background-color: rgb(53,2,11); }

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

border-color css

<style>
 span { border-color: #35020B; }

 span { border-color: rgb(53,2,11); }

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