Html Css Color HEX #25080B Rustic Red

📋 copy color: '#25080B'

red 37 ◦ green 8 ◦ blue 11

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

Shades of Rustic Red #25080B

Tints of Rustic Red #25080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.29%

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

R = 66.07%
G = 14.29%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#25080B (or 0x25080B) is known color: Rustic Red. HEX triplet: 25, 08 and 0B. RGB value is (37,8,11). Sum of RGB (Red+Green+Blue) = 37+8+11=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #25080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25080B is #DAF7F4. Grayscale: #111111. Windows color (decimal): -14350325 or 722981. OLE color: 722981.

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

Color convert

RGB 37 8 11 -
CMYK 0 0.78 0.70 0.85
HSL 353.79º 0.64% 0.09% -
HSV(B) 353.79º 0.78% 0.15% -
XYZ 0.91 0.59 0.38 -
YUV 17.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 37 8 11 0 0.78 0.70 0.85 353.79 0.64 0.09
Hex 25 8 B 0 4E 46 55 162 40 9
Octal 45 10 13 0 116 106 125 542 100 11
Binary 100101 1000 1011 0 1001110 1000110 1010101 101100010 1000000 1001

Color Harmonies of #25080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25080B

Black with #25080B

Text Example


Text Example

White with #25080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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