Html Css Color HEX #250B0C Rustic Red

📋 copy color: '#250B0C'

red 37 ◦ green 11 ◦ blue 12

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

Shades of Rustic Red #250B0C

Tints of Rustic Red #250B0C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 18.33%

 BLUE value IS 12 (5.08% from 255) = 20%

R = 61.67%
G = 18.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#250B0C (or 0x250B0C) is known color: Rustic Red. HEX triplet: 25, 0B and 0C. RGB value is (37,11,12). Sum of RGB (Red+Green+Blue) = 37+11+12=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B0C is #DAF4F3. Grayscale: #121212. Windows color (decimal): -14349556 or 789285. OLE color: 789285.

HSL color Cylindrical-coordinate representation of color #250B0C: hue angle of 357.69º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250B0C is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 11 12 -
CMYK 0 0.70 0.68 0.85
HSL 357.69º 0.54% 0.09% -
HSV(B) 357.69º 0.7% 0.15% -
XYZ 0.95 0.66 0.43 -
YUV 18.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 37 11 12 0 0.70 0.68 0.85 357.69 0.54 0.09
Hex 25 B C 0 46 44 55 166 36 9
Octal 45 13 14 0 106 104 125 546 66 11
Binary 100101 1011 1100 0 1000110 1000100 1010101 101100110 110110 1001

Color Harmonies of #250B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B0C

Black with #250B0C

Text Example


Text Example

White with #250B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250B0C; }

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

 H1.HeaderClassName
 {
   color: #250B0C;
 }
 .AnyTagClassName
 {
   color: #250B0C;
 }
</style>

background-color css

<style>
 a { background-color: #250B0C; }

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

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

border-color css

<style>
 span { border-color: #250B0C; }

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

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