Html Css Color HEX #AF082A Carmine

📋 copy color: '#AF082A'

red 175 ◦ green 8 ◦ blue 42

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

Shades of Carmine #AF082A

Tints of Carmine #AF082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

 BLUE value IS 42 (16.8% from 255) = 18.67%

R = 77.78%
G = 3.56%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF082A (or 0xAF082A) is known color: Carmine. HEX triplet: AF, 08 and 2A. RGB value is (175,8,42). Sum of RGB (Red+Green+Blue) = 175+8+42=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF082A is #50F7D5. Grayscale: #3D3D3D. Windows color (decimal): -5306326 or 2754735. OLE color: 2754735.

HSL color Cylindrical-coordinate representation of color #AF082A: hue angle of 347.78º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF082A is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 8 42 -
CMYK 0 0.95 0.76 0.31
HSL 347.78º 0.91% 0.36% -
HSV(B) 347.78º 0.95% 0.69% -
XYZ 18.18 9.45 3.06 -
YUV 61.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 175 8 42 0 0.95 0.76 0.31 347.78 0.91 0.36
Hex AF 8 2A 0 5F 4C 1F 15C 5B 24
Octal 257 10 52 0 137 114 37 534 133 44
Binary 10101111 1000 101010 0 1011111 1001100 11111 101011100 1011011 100100

Color Harmonies of #AF082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF082A

Black with #AF082A

Text Example


Text Example

White with #AF082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF082A; }

 p { color: rgb(175,8,42); }

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

background-color css

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

 a { background-color: rgb(175,8,42); }

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

border-color css

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

 span { border-color: rgb(175,8,42); }

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