Html Css Color HEX #3F030F Rustic Red

📋 copy color: '#3F030F'

red 63 ◦ green 3 ◦ blue 15

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

Shades of Rustic Red #3F030F

Tints of Rustic Red #3F030F

RGB

 RED value IS 63 (25% from 255) = 77.78%

 GREEN value IS 3 (1.56% from 255) = 3.7%

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

R = 77.78%
G = 3.7%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.75

RGB Variations

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

Color information

#3F030F (or 0x3F030F) is known color: Rustic Red. HEX triplet: 3F, 03 and 0F. RGB value is (63,3,15). Sum of RGB (Red+Green+Blue) = 63+3+15=81 (10% of max value = 765). Red value is 63 (25% from 255 or 77.78% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 63 - color contains mainly: red. Hex color #3F030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F030F is #C0FCF0. Grayscale: #161616. Windows color (decimal): -12647665 or 983871. OLE color: 983871.

HSL color Cylindrical-coordinate representation of color #3F030F: hue angle of 348º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F030F is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 3 15 -
CMYK 0 0.95 0.76 0.75
HSL 348º 0.91% 0.13% -
HSV(B) 348º 0.95% 0.25% -
XYZ 2.17 1.16 0.56 -
YUV 22.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 63 3 15 0 0.95 0.76 0.75 348 0.91 0.13
Hex 3F 3 F 0 5F 4C 4B 15C 5B D
Octal 77 3 17 0 137 114 113 534 133 15
Binary 111111 11 1111 0 1011111 1001100 1001011 101011100 1011011 1101

Color Harmonies of #3F030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F030F

Black with #3F030F

Text Example


Text Example

White with #3F030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F030F; }

 p { color: rgb(63,3,15); }

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

background-color css

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

 a { background-color: rgb(63,3,15); }

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

border-color css

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

 span { border-color: rgb(63,3,15); }

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