Html Css Color HEX #350003 Rustic Red

📋 copy color: '#350003'

red 53 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #350003

Tints of Rustic Red #350003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 5.36%

R = 94.64%
G = 0%
B = 5.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#350003 (or 0x350003) is known color: Rustic Red. HEX triplet: 35, 00 and 03. RGB value is (53,0,3). Sum of RGB (Red+Green+Blue) = 53+0+3=56 (7% of max value = 765). Red value is 53 (21.09% from 255 or 94.64% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 53 - color contains mainly: red. Hex color #350003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350003 is #CAFFFC. Grayscale: #101010. Windows color (decimal): -13303805 or 196661. OLE color: 196661.

HSL color Cylindrical-coordinate representation of color #350003: hue angle of 356.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350003 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 0 3 -
CMYK 0 1 0.94 0.79
HSL 356.6º 1% 0.1% -
HSV(B) 356.6º 1% 0.21% -
XYZ 1.48 0.76 0.16 -
YUV 16.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 53 0 3 0 1 0.94 0.79 356.6 1 0.1
Hex 35 0 3 0 64 5E 4F 165 64 A
Octal 65 0 3 0 144 136 117 545 144 12
Binary 110101 0 11 0 1100100 1011110 1001111 101100101 1100100 1010

Color Harmonies of #350003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350003

Black with #350003

Text Example


Text Example

White with #350003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350003; }

 p { color: rgb(53,0,3); }

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

background-color css

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

 a { background-color: rgb(53,0,3); }

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

border-color css

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

 span { border-color: rgb(53,0,3); }

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