Html Css Color HEX #AB2626 Brown

📋 copy color: '#AB2626'

red 171 ◦ green 38 ◦ blue 38

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

Shades of Brown #AB2626

Tints of Brown #AB2626

RGB

 RED value IS 171 (67.19% from 255) = 69.23%

 GREEN value IS 38 (15.23% from 255) = 15.38%

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 69.23%
G = 15.38%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB2626 (or 0xAB2626) is known color: Brown. HEX triplet: AB, 26 and 26. RGB value is (171,38,38). Sum of RGB (Red+Green+Blue) = 171+38+38=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2626 is #54D9D9. Grayscale: #4D4D4D. Windows color (decimal): -5560794 or 2500267. OLE color: 2500267.

HSL color Cylindrical-coordinate representation of color #AB2626: hue angle of 0º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2626 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 38 38 -
CMYK 0 0.78 0.78 0.33
HSL 0.64% 0.41% -
HSV(B) 0.78% 0.67% -
XYZ 17.84 10.18 2.86 -
YUV 77.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 171 38 38 0 0.78 0.78 0.33 0 0.64 0.41
Hex AB 26 26 0 4E 4E 21 0 40 29
Octal 253 46 46 0 116 116 41 0 100 51
Binary 10101011 100110 100110 0 1001110 1001110 100001 0 1000000 101001

Color Harmonies of #AB2626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2626

Black with #AB2626

Text Example


Text Example

White with #AB2626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2626; }

 p { color: rgb(171,38,38); }

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

background-color css

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

 a { background-color: rgb(171,38,38); }

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

border-color css

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

 span { border-color: rgb(171,38,38); }

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