Html Css Color HEX #350002 Rustic Red

📋 copy color: '#350002'

red 53 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #350002

Tints of Rustic Red #350002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.64%

R = 96.36%
G = 0%
B = 3.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#350002 (or 0x350002) is known color: Rustic Red. HEX triplet: 35, 00 and 02. RGB value is (53,0,2). Sum of RGB (Red+Green+Blue) = 53+0+2=55 (7% of max value = 765). Red value is 53 (21.09% from 255 or 96.36% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 53 - color contains mainly: red. Hex color #350002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350002 is #CAFFFD. Grayscale: #101010. Windows color (decimal): -13303806 or 131125. OLE color: 131125.

HSL color Cylindrical-coordinate representation of color #350002: hue angle of 357.74º 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 #350002 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 0 2 -
CMYK 0 1 0.96 0.79
HSL 357.74º 1% 0.1% -
HSV(B) 357.74º 1% 0.21% -
XYZ 1.48 0.76 0.13 -
YUV 16.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 53 0 2 0 1 0.96 0.79 357.74 1 0.1
Hex 35 0 2 0 64 60 4F 166 64 A
Octal 65 0 2 0 144 140 117 546 144 12
Binary 110101 0 10 0 1100100 1100000 1001111 101100110 1100100 1010

Color Harmonies of #350002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350002

Black with #350002

Text Example


Text Example

White with #350002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350002; }

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

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

background-color css

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

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

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

border-color css

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

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

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