Html Css Color HEX #AF021B Carmine

📋 copy color: '#AF021B'

red 175 ◦ green 2 ◦ blue 27

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

Shades of Carmine #AF021B

Tints of Carmine #AF021B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 27 (10.94% from 255) = 13.24%

R = 85.78%
G = 0.98%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF021B (or 0xAF021B) is known color: Carmine. HEX triplet: AF, 02 and 1B. RGB value is (175,2,27). Sum of RGB (Red+Green+Blue) = 175+2+27=204 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.78% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 175 - color contains mainly: red. Hex color #AF021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF021B is #50FDE4. Grayscale: #383838. Windows color (decimal): -5307877 or 1770159. OLE color: 1770159.

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

Color convert

RGB 175 2 27 -
CMYK 0 0.99 0.85 0.31
HSL 351.33º 0.98% 0.35% -
HSV(B) 351.33º 0.99% 0.69% -
XYZ 17.9 9.24 1.88 -
YUV 56.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 175 2 27 0 0.99 0.85 0.31 351.33 0.98 0.35
Hex AF 2 1B 0 63 55 1F 15F 62 23
Octal 257 2 33 0 143 125 37 537 142 43
Binary 10101111 10 11011 0 1100011 1010101 11111 101011111 1100010 100011

Color Harmonies of #AF021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF021B

Black with #AF021B

Text Example


Text Example

White with #AF021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF021B; }

 p { color: rgb(175,2,27); }

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

background-color css

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

 a { background-color: rgb(175,2,27); }

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

border-color css

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

 span { border-color: rgb(175,2,27); }

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