Html Css Color HEX #33060D Rustic Red

📋 copy color: '#33060D'

red 51 ◦ green 6 ◦ blue 13

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

Shades of Rustic Red #33060D

Tints of Rustic Red #33060D

RGB

 RED value IS 51 (20.31% from 255) = 72.86%

 GREEN value IS 6 (2.73% from 255) = 8.57%

 BLUE value IS 13 (5.47% from 255) = 18.57%

R = 72.86%
G = 8.57%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#33060D (or 0x33060D) is known color: Rustic Red. HEX triplet: 33, 06 and 0D. RGB value is (51,6,13). Sum of RGB (Red+Green+Blue) = 51+6+13=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #33060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33060D is #CCF9F2. Grayscale: #141414. Windows color (decimal): -13433331 or 853555. OLE color: 853555.

HSL color Cylindrical-coordinate representation of color #33060D: hue angle of 350.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33060D is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 6 13 -
CMYK 0 0.88 0.75 0.8
HSL 350.67º 0.79% 0.11% -
HSV(B) 350.67º 0.88% 0.2% -
XYZ 1.5 0.86 0.47 -
YUV 20.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 51 6 13 0 0.88 0.75 0.8 350.67 0.79 0.11
Hex 33 6 D 0 58 4B 50 15F 4F B
Octal 63 6 15 0 130 113 120 537 117 13
Binary 110011 110 1101 0 1011000 1001011 1010000 101011111 1001111 1011

Color Harmonies of #33060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33060D

Black with #33060D

Text Example


Text Example

White with #33060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33060D; }

 p { color: rgb(51,6,13); }

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

background-color css

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

 a { background-color: rgb(51,6,13); }

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

border-color css

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

 span { border-color: rgb(51,6,13); }

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