Html Css Color HEX #AB0730 Carmine

📋 copy color: '#AB0730'

red 171 ◦ green 7 ◦ blue 48

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

Shades of Carmine #AB0730

Tints of Carmine #AB0730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.1%

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 75.66%
G = 3.1%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB0730 (or 0xAB0730) is known color: Carmine. HEX triplet: AB, 07 and 30. RGB value is (171,7,48). Sum of RGB (Red+Green+Blue) = 171+7+48=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0730 is #54F8CF. Grayscale: #3C3C3C. Windows color (decimal): -5568720 or 3147691. OLE color: 3147691.

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

Color convert

RGB 171 7 48 -
CMYK 0 0.96 0.72 0.33
HSL 345º 0.92% 0.35% -
HSV(B) 345º 0.96% 0.67% -
XYZ 17.4 9.02 3.62 -
YUV 60.71 120.83 206.67 -
System Red Green Blue C M Y K H S L
Decimal 171 7 48 0 0.96 0.72 0.33 345 0.92 0.35
Hex AB 7 30 0 60 48 21 159 5C 23
Octal 253 7 60 0 140 110 41 531 134 43
Binary 10101011 111 110000 0 1100000 1001000 100001 101011001 1011100 100011

Color Harmonies of #AB0730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0730

Black with #AB0730

Text Example


Text Example

White with #AB0730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0730; }

 p { color: rgb(171,7,48); }

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

background-color css

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

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

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

border-color css

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

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

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