Html Css Color HEX #AF081E Carmine

📋 copy color: '#AF081E'

red 175 ◦ green 8 ◦ blue 30

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

Shades of Carmine #AF081E

Tints of Carmine #AF081E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.08%

R = 82.16%
G = 3.76%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF081E (or 0xAF081E) is known color: Carmine. HEX triplet: AF, 08 and 1E. RGB value is (175,8,30). Sum of RGB (Red+Green+Blue) = 175+8+30=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF081E is #50F7E1. Grayscale: #3C3C3C. Windows color (decimal): -5306338 or 1968303. OLE color: 1968303.

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

Color convert

RGB 175 8 30 -
CMYK 0 0.95 0.83 0.31
HSL 352.1º 0.91% 0.36% -
HSV(B) 352.1º 0.95% 0.69% -
XYZ 18 9.38 2.09 -
YUV 60.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 175 8 30 0 0.95 0.83 0.31 352.1 0.91 0.36
Hex AF 8 1E 0 5F 53 1F 160 5B 24
Octal 257 10 36 0 137 123 37 540 133 44
Binary 10101111 1000 11110 0 1011111 1010011 11111 101100000 1011011 100100

Color Harmonies of #AF081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF081E

Black with #AF081E

Text Example


Text Example

White with #AF081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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