Html Css Color HEX #AF0130 Carmine

📋 copy color: '#AF0130'

red 175 ◦ green 1 ◦ blue 48

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

Shades of Carmine #AF0130

Tints of Carmine #AF0130

RGB

 RED value IS 175 (68.75% from 255) = 78.13%

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 78.13%
G = 0.45%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF0130 (or 0xAF0130) is known color: Carmine. HEX triplet: AF, 01 and 30. RGB value is (175,1,48). Sum of RGB (Red+Green+Blue) = 175+1+48=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0130 is #50FECF. Grayscale: #3A3A3A. Windows color (decimal): -5308112 or 3146159. OLE color: 3146159.

HSL color Cylindrical-coordinate representation of color #AF0130: hue angle of 343.79º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0130 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 48 -
CMYK 0 0.99 0.73 0.31
HSL 343.79º 0.99% 0.35% -
HSV(B) 343.79º 0.99% 0.69% -
XYZ 18.22 9.35 3.64 -
YUV 58.38 122.15 211.18 -
System Red Green Blue C M Y K H S L
Decimal 175 1 48 0 0.99 0.73 0.31 343.79 0.99 0.35
Hex AF 1 30 0 63 49 1F 158 63 23
Octal 257 1 60 0 143 111 37 530 143 43
Binary 10101111 1 110000 0 1100011 1001001 11111 101011000 1100011 100011

Color Harmonies of #AF0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0130

Black with #AF0130

Text Example


Text Example

White with #AF0130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0130; }

 p { color: rgb(175,1,48); }

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

background-color css

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

 a { background-color: rgb(175,1,48); }

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

border-color css

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

 span { border-color: rgb(175,1,48); }

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