Html Css Color HEX #360003 Rustic Red

📋 copy color: '#360003'

red 54 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #360003

Tints of Rustic Red #360003

RGB

 RED value IS 54 (21.48% from 255) = 94.74%

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

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

R = 94.74%
G = 0%
B = 5.26%

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

#360003 (or 0x360003) is known color: Rustic Red. HEX triplet: 36, 00 and 03. RGB value is (54,0,3). Sum of RGB (Red+Green+Blue) = 54+0+3=57 (7% of max value = 765). Red value is 54 (21.48% from 255 or 94.74% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 54 - color contains mainly: red. Hex color #360003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360003 is #C9FFFC. Grayscale: #101010. Windows color (decimal): -13238269 or 196662. OLE color: 196662.

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

Color convert

RGB 54 0 3 -
CMYK 0 1 0.94 0.79
HSL 356.67º 1% 0.11% -
HSV(B) 356.67º 1% 0.21% -
XYZ 1.54 0.79 0.16 -
YUV 16.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 54 0 3 0 1 0.94 0.79 356.67 1 0.11
Hex 36 0 3 0 64 5E 4F 165 64 B
Octal 66 0 3 0 144 136 117 545 144 13
Binary 110110 0 11 0 1100100 1011110 1001111 101100101 1100100 1011

Color Harmonies of #360003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360003

Black with #360003

Text Example


Text Example

White with #360003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360003; }

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

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

background-color css

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

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

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

border-color css

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

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

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