Html Css Color HEX #AB0306 Sangria

📋 copy color: '#AB0306'

red 171 ◦ green 3 ◦ blue 6

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

Shades of Sangria #AB0306

Tints of Sangria #AB0306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.67%

 BLUE value IS 6 (2.73% from 255) = 3.33%

R = 95%
G = 1.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB0306 (or 0xAB0306) is known color: Sangria. HEX triplet: AB, 03 and 06. RGB value is (171,3,6). Sum of RGB (Red+Green+Blue) = 171+3+6=180 (23% of max value = 765). Red value is 171 (67.19% from 255 or 95% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0306 is #54FCF9. Grayscale: #353535. Windows color (decimal): -5569786 or 394155. OLE color: 394155.

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

Color convert

RGB 171 3 6 -
CMYK 0 0.98 0.96 0.33
HSL 358.93º 0.97% 0.34% -
HSV(B) 358.93º 0.98% 0.67% -
XYZ 16.86 8.74 0.97 -
YUV 53.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 171 3 6 0 0.98 0.96 0.33 358.93 0.97 0.34
Hex AB 3 6 0 62 60 21 167 61 22
Octal 253 3 6 0 142 140 41 547 141 42
Binary 10101011 11 110 0 1100010 1100000 100001 101100111 1100001 100010

Color Harmonies of #AB0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0306

Black with #AB0306

Text Example


Text Example

White with #AB0306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0306; }

 p { color: rgb(171,3,6); }

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

background-color css

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

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

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

border-color css

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

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

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