Html Css Color HEX #360213 Rustic Red

📋 copy color: '#360213'

red 54 ◦ green 2 ◦ blue 19

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

Shades of Rustic Red #360213

Tints of Rustic Red #360213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25.33%

R = 72%
G = 2.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#360213 (or 0x360213) is known color: Rustic Red. HEX triplet: 36, 02 and 13. RGB value is (54,2,19). Sum of RGB (Red+Green+Blue) = 54+2+19=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #360213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360213 is #C9FDEC. Grayscale: #131313. Windows color (decimal): -13237741 or 1245750. OLE color: 1245750.

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

Color convert

RGB 54 2 19 -
CMYK 0 0.96 0.65 0.79
HSL 340.38º 0.93% 0.11% -
HSV(B) 340.38º 0.96% 0.21% -
XYZ 1.66 0.87 0.7 -
YUV 19.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 54 2 19 0 0.96 0.65 0.79 340.38 0.93 0.11
Hex 36 2 13 0 60 41 4F 154 5D B
Octal 66 2 23 0 140 101 117 524 135 13
Binary 110110 10 10011 0 1100000 1000001 1001111 101010100 1011101 1011

Color Harmonies of #360213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360213

Black with #360213

Text Example


Text Example

White with #360213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360213; }

 p { color: rgb(54,2,19); }

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

background-color css

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

 a { background-color: rgb(54,2,19); }

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

border-color css

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

 span { border-color: rgb(54,2,19); }

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