Html Css Color HEX #360C17 Rustic Red

📋 copy color: '#360C17'

red 54 ◦ green 12 ◦ blue 23

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

Shades of Rustic Red #360C17

Tints of Rustic Red #360C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.48%

 BLUE value IS 23 (9.38% from 255) = 25.84%

R = 60.67%
G = 13.48%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#360C17 (or 0x360C17) is known color: Rustic Red. HEX triplet: 36, 0C and 17. RGB value is (54,12,23). Sum of RGB (Red+Green+Blue) = 54+12+23=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #360C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C17 is #C9F3E8. Grayscale: #191919. Windows color (decimal): -13235177 or 1510454. OLE color: 1510454.

HSL color Cylindrical-coordinate representation of color #360C17: hue angle of 344.29º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360C17 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 12 23 -
CMYK 0 0.78 0.57 0.79
HSL 344.29º 0.64% 0.13% -
HSV(B) 344.29º 0.78% 0.21% -
XYZ 1.81 1.11 0.93 -
YUV 25.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 54 12 23 0 0.78 0.57 0.79 344.29 0.64 0.13
Hex 36 C 17 0 4E 39 4F 158 40 D
Octal 66 14 27 0 116 71 117 530 100 15
Binary 110110 1100 10111 0 1001110 111001 1001111 101011000 1000000 1101

Color Harmonies of #360C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C17

Black with #360C17

Text Example


Text Example

White with #360C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360C17; }

 p { color: rgb(54,12,23); }

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

background-color css

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

 a { background-color: rgb(54,12,23); }

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

border-color css

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

 span { border-color: rgb(54,12,23); }

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