Html Css Color HEX #AF042B Carmine

📋 copy color: '#AF042B'

red 175 ◦ green 4 ◦ blue 43

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

Shades of Carmine #AF042B

Tints of Carmine #AF042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

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

R = 78.83%
G = 1.8%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF042B (or 0xAF042B) is known color: Carmine. HEX triplet: AF, 04 and 2B. RGB value is (175,4,43). Sum of RGB (Red+Green+Blue) = 175+4+43=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF042B is #50FBD4. Grayscale: #3B3B3B. Windows color (decimal): -5307349 or 2819247. OLE color: 2819247.

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

Color convert

RGB 175 4 43 -
CMYK 0 0.98 0.75 0.31
HSL 346.32º 0.96% 0.35% -
HSV(B) 346.32º 0.98% 0.69% -
XYZ 18.16 9.38 3.14 -
YUV 59.58 118.65 210.33 -
System Red Green Blue C M Y K H S L
Decimal 175 4 43 0 0.98 0.75 0.31 346.32 0.96 0.35
Hex AF 4 2B 0 62 4B 1F 15A 60 23
Octal 257 4 53 0 142 113 37 532 140 43
Binary 10101111 100 101011 0 1100010 1001011 11111 101011010 1100000 100011

Color Harmonies of #AF042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF042B

Black with #AF042B

Text Example


Text Example

White with #AF042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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