Html Css Color HEX #360C0F Rustic Red

📋 copy color: '#360C0F'

red 54 ◦ green 12 ◦ blue 15

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

Shades of Rustic Red #360C0F

Tints of Rustic Red #360C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 18.52%

R = 66.67%
G = 14.81%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#360C0F (or 0x360C0F) is known color: Rustic Red. HEX triplet: 36, 0C and 0F. RGB value is (54,12,15). Sum of RGB (Red+Green+Blue) = 54+12+15=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #360C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C0F is #C9F3F0. Grayscale: #181818. Windows color (decimal): -13235185 or 986166. OLE color: 986166.

HSL color Cylindrical-coordinate representation of color #360C0F: hue angle of 355.71º 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 #360C0F is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 12 15 -
CMYK 0 0.78 0.72 0.79
HSL 355.71º 0.64% 0.13% -
HSV(B) 355.71º 0.78% 0.21% -
XYZ 1.74 1.08 0.57 -
YUV 24.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 54 12 15 0 0.78 0.72 0.79 355.71 0.64 0.13
Hex 36 C F 0 4E 48 4F 164 40 D
Octal 66 14 17 0 116 110 117 544 100 15
Binary 110110 1100 1111 0 1001110 1001000 1001111 101100100 1000000 1101

Color Harmonies of #360C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C0F

Black with #360C0F

Text Example


Text Example

White with #360C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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