Html Css Color HEX #25010B Rustic Red

📋 copy color: '#25010B'

red 37 ◦ green 1 ◦ blue 11

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

Shades of Rustic Red #25010B

Tints of Rustic Red #25010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.04%

 BLUE value IS 11 (4.69% from 255) = 22.45%

R = 75.51%
G = 2.04%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#25010B (or 0x25010B) is known color: Rustic Red. HEX triplet: 25, 01 and 0B. RGB value is (37,1,11). Sum of RGB (Red+Green+Blue) = 37+1+11=49 (6% of max value = 765). Red value is 37 (14.84% from 255 or 75.51% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 37 - color contains mainly: red. Hex color #25010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25010B is #DAFEF4. Grayscale: #0C0C0C. Windows color (decimal): -14352117 or 721189. OLE color: 721189.

HSL color Cylindrical-coordinate representation of color #25010B: hue angle of 343.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25010B is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 1 11 -
CMYK 0 0.97 0.70 0.85
HSL 343.33º 0.95% 0.07% -
HSV(B) 343.33º 0.97% 0.15% -
XYZ 0.83 0.44 0.36 -
YUV 12.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 37 1 11 0 0.97 0.70 0.85 343.33 0.95 0.07
Hex 25 1 B 0 61 46 55 157 5F 7
Octal 45 1 13 0 141 106 125 527 137 7
Binary 100101 1 1011 0 1100001 1000110 1010101 101010111 1011111 111

Color Harmonies of #25010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25010B

Black with #25010B

Text Example


Text Example

White with #25010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25010B; }

 p { color: rgb(37,1,11); }

 H1.HeaderClassName
 {
   color: #25010B;
 }
 .AnyTagClassName
 {
   color: #25010B;
 }
</style>

background-color css

<style>
 a { background-color: #25010B; }

 a { background-color: rgb(37,1,11); }

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

border-color css

<style>
 span { border-color: #25010B; }

 span { border-color: rgb(37,1,11); }

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