Html Css Color HEX #25020F Rustic Red

📋 copy color: '#25020F'

red 37 ◦ green 2 ◦ blue 15

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

Shades of Rustic Red #25020F

Tints of Rustic Red #25020F

RGB

 RED value IS 37 (14.84% from 255) = 68.52%

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

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

R = 68.52%
G = 3.7%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#25020F (or 0x25020F) is known color: Rustic Red. HEX triplet: 25, 02 and 0F. RGB value is (37,2,15). Sum of RGB (Red+Green+Blue) = 37+2+15=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #25020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25020F is #DAFDF0. Grayscale: #0D0D0D. Windows color (decimal): -14351857 or 983589. OLE color: 983589.

HSL color Cylindrical-coordinate representation of color #25020F: hue angle of 337.71º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25020F is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 2 15 -
CMYK 0 0.95 0.59 0.85
HSL 337.71º 0.9% 0.08% -
HSV(B) 337.71º 0.95% 0.15% -
XYZ 0.87 0.47 0.5 -
YUV 13.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 37 2 15 0 0.95 0.59 0.85 337.71 0.9 0.08
Hex 25 2 F 0 5F 3B 55 152 5A 8
Octal 45 2 17 0 137 73 125 522 132 10
Binary 100101 10 1111 0 1011111 111011 1010101 101010010 1011010 1000

Color Harmonies of #25020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25020F

Black with #25020F

Text Example


Text Example

White with #25020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25020F; }

 p { color: rgb(37,2,15); }

 H1.HeaderClassName
 {
   color: #25020F;
 }
 .AnyTagClassName
 {
   color: #25020F;
 }
</style>

background-color css

<style>
 a { background-color: #25020F; }

 a { background-color: rgb(37,2,15); }

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

border-color css

<style>
 span { border-color: #25020F; }

 span { border-color: rgb(37,2,15); }

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