Html Css Color HEX #AF002B Carmine

📋 copy color: '#AF002B'

red 175 ◦ green 0 ◦ blue 43

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

Shades of Carmine #AF002B

Tints of Carmine #AF002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 80.28%
G = 0%
B = 19.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF002B (or 0xAF002B) is known color: Carmine. HEX triplet: AF, 00 and 2B. RGB value is (175,0,43). Sum of RGB (Red+Green+Blue) = 175+0+43=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF002B is #50FFD4. Grayscale: #393939. Windows color (decimal): -5308373 or 2818223. OLE color: 2818223.

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

Color convert

RGB 175 0 43 -
CMYK 0 1 0.75 0.31
HSL 345.26º 1% 0.34% -
HSV(B) 345.26º 1% 0.69% -
XYZ 18.12 9.29 3.12 -
YUV 57.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 175 0 43 0 1 0.75 0.31 345.26 1 0.34
Hex AF 0 2B 0 64 4B 1F 159 64 22
Octal 257 0 53 0 144 113 37 531 144 42
Binary 10101111 0 101011 0 1100100 1001011 11111 101011001 1100100 100010

Color Harmonies of #AF002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF002B

Black with #AF002B

Text Example


Text Example

White with #AF002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF002B; }

 p { color: rgb(175,0,43); }

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

background-color css

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

 a { background-color: rgb(175,0,43); }

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

border-color css

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

 span { border-color: rgb(175,0,43); }

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