Html Css Color HEX #25050B Rustic Red

📋 copy color: '#25050B'

red 37 ◦ green 5 ◦ blue 11

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

Shades of Rustic Red #25050B

Tints of Rustic Red #25050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.43%

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

R = 69.81%
G = 9.43%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#25050B (or 0x25050B) is known color: Rustic Red. HEX triplet: 25, 05 and 0B. RGB value is (37,5,11). Sum of RGB (Red+Green+Blue) = 37+5+11=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #25050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25050B is #DAFAF4. Grayscale: #0F0F0F. Windows color (decimal): -14351093 or 722213. OLE color: 722213.

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

Color convert

RGB 37 5 11 -
CMYK 0 0.86 0.70 0.85
HSL 348.75º 0.76% 0.08% -
HSV(B) 348.75º 0.86% 0.15% -
XYZ 0.88 0.53 0.37 -
YUV 15.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 37 5 11 0 0.86 0.70 0.85 348.75 0.76 0.08
Hex 25 5 B 0 56 46 55 15D 4C 8
Octal 45 5 13 0 126 106 125 535 114 10
Binary 100101 101 1011 0 1010110 1000110 1010101 101011101 1001100 1000

Color Harmonies of #25050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25050B

Black with #25050B

Text Example


Text Example

White with #25050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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