Html Css Color HEX #25020B Rustic Red

📋 copy color: '#25020B'

red 37 ◦ green 2 ◦ blue 11

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

Shades of Rustic Red #25020B

Tints of Rustic Red #25020B

RGB

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

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

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

R = 74%
G = 4%
B = 22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#25020B (or 0x25020B) is known color: Rustic Red. HEX triplet: 25, 02 and 0B. RGB value is (37,2,11). Sum of RGB (Red+Green+Blue) = 37+2+11=50 (6% of max value = 765). Red value is 37 (14.84% from 255 or 74% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 37 - color contains mainly: red. Hex color #25020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25020B is #DAFDF4. Grayscale: #0D0D0D. Windows color (decimal): -14351861 or 721445. OLE color: 721445.

HSL color Cylindrical-coordinate representation of color #25020B: hue angle of 344.57º 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 #25020B is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 2 11 -
CMYK 0 0.95 0.70 0.85
HSL 344.57º 0.9% 0.08% -
HSV(B) 344.57º 0.95% 0.15% -
XYZ 0.85 0.46 0.36 -
YUV 13.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 37 2 11 0 0.95 0.70 0.85 344.57 0.9 0.08
Hex 25 2 B 0 5F 46 55 159 5A 8
Octal 45 2 13 0 137 106 125 531 132 10
Binary 100101 10 1011 0 1011111 1000110 1010101 101011001 1011010 1000

Color Harmonies of #25020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25020B

Black with #25020B

Text Example


Text Example

White with #25020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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