Html Css Color HEX #3F0203 Rustic Red

📋 copy color: '#3F0203'

red 63 ◦ green 2 ◦ blue 3

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

Shades of Rustic Red #3F0203

Tints of Rustic Red #3F0203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.41%

R = 92.65%
G = 2.94%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#3F0203 (or 0x3F0203) is known color: Rustic Red. HEX triplet: 3F, 02 and 03. RGB value is (63,2,3). Sum of RGB (Red+Green+Blue) = 63+2+3=68 (9% of max value = 765). Red value is 63 (25% from 255 or 92.65% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0203 is #C0FDFC. Grayscale: #141414. Windows color (decimal): -12647933 or 197183. OLE color: 197183.

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

Color convert

RGB 63 2 3 -
CMYK 0 0.97 0.95 0.75
HSL 359.02º 0.94% 0.13% -
HSV(B) 359.02º 0.97% 0.25% -
XYZ 2.09 1.11 0.19 -
YUV 20.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 63 2 3 0 0.97 0.95 0.75 359.02 0.94 0.13
Hex 3F 2 3 0 61 5F 4B 167 5E D
Octal 77 2 3 0 141 137 113 547 136 15
Binary 111111 10 11 0 1100001 1011111 1001011 101100111 1011110 1101

Color Harmonies of #3F0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0203

Black with #3F0203

Text Example


Text Example

White with #3F0203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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