Html Css Color HEX #250A0A Seal Brown

📋 copy color: '#250A0A'

red 37 ◦ green 10 ◦ blue 10

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

Shades of Seal Brown #250A0A

Tints of Seal Brown #250A0A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 17.54%

 BLUE value IS 10 (4.3% from 255) = 17.54%

R = 64.91%
G = 17.54%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#250A0A (or 0x250A0A) is known color: Seal Brown. HEX triplet: 25, 0A and 0A. RGB value is (37,10,10). Sum of RGB (Red+Green+Blue) = 37+10+10=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #250A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A0A is #DAF5F5. Grayscale: #121212. Windows color (decimal): -14349814 or 657957. OLE color: 657957.

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

Color convert

RGB 37 10 10 -
CMYK 0 0.73 0.73 0.85
HSL 0.57% 0.09% -
HSV(B) 0.73% 0.15% -
XYZ 0.93 0.63 0.36 -
YUV 18.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 37 10 10 0 0.73 0.73 0.85 0 0.57 0.09
Hex 25 A A 0 49 49 55 0 39 9
Octal 45 12 12 0 111 111 125 0 71 11
Binary 100101 1010 1010 0 1001001 1001001 1010101 0 111001 1001

Color Harmonies of #250A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A0A

Black with #250A0A

Text Example


Text Example

White with #250A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,10,10); }

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

background-color css

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

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

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

border-color css

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

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

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