Html Css Color HEX #AF0132 Carmine

📋 copy color: '#AF0132'

red 175 ◦ green 1 ◦ blue 50

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

Shades of Carmine #AF0132

Tints of Carmine #AF0132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.12%

R = 77.43%
G = 0.44%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF0132 (or 0xAF0132) is known color: Carmine. HEX triplet: AF, 01 and 32. RGB value is (175,1,50). Sum of RGB (Red+Green+Blue) = 175+1+50=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0132 is #50FECD. Grayscale: #3A3A3A. Windows color (decimal): -5308110 or 3277231. OLE color: 3277231.

HSL color Cylindrical-coordinate representation of color #AF0132: hue angle of 343.1º 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 #AF0132 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 50 -
CMYK 0 0.99 0.71 0.31
HSL 343.1º 0.99% 0.35% -
HSV(B) 343.1º 0.99% 0.69% -
XYZ 18.27 9.37 3.86 -
YUV 58.61 123.15 211.02 -
System Red Green Blue C M Y K H S L
Decimal 175 1 50 0 0.99 0.71 0.31 343.1 0.99 0.35
Hex AF 1 32 0 63 47 1F 157 63 23
Octal 257 1 62 0 143 107 37 527 143 43
Binary 10101111 1 110010 0 1100011 1000111 11111 101010111 1100011 100011

Color Harmonies of #AF0132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0132

Black with #AF0132

Text Example


Text Example

White with #AF0132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0132; }

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

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

background-color css

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

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

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

border-color css

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

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

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