Html Css Color HEX #AF0722 Carmine

📋 copy color: '#AF0722'

red 175 ◦ green 7 ◦ blue 34

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

Shades of Carmine #AF0722

Tints of Carmine #AF0722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

 BLUE value IS 34 (13.67% from 255) = 15.74%

R = 81.02%
G = 3.24%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF0722 (or 0xAF0722) is known color: Carmine. HEX triplet: AF, 07 and 22. RGB value is (175,7,34). Sum of RGB (Red+Green+Blue) = 175+7+34=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0722 is #50F8DD. Grayscale: #3C3C3C. Windows color (decimal): -5306590 or 2230191. OLE color: 2230191.

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

Color convert

RGB 175 7 34 -
CMYK 0 0.96 0.81 0.31
HSL 350.36º 0.92% 0.36% -
HSV(B) 350.36º 0.96% 0.69% -
XYZ 18.04 9.38 2.37 -
YUV 60.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 175 7 34 0 0.96 0.81 0.31 350.36 0.92 0.36
Hex AF 7 22 0 60 51 1F 15E 5C 24
Octal 257 7 42 0 140 121 37 536 134 44
Binary 10101111 111 100010 0 1100000 1010001 11111 101011110 1011100 100100

Color Harmonies of #AF0722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0722

Black with #AF0722

Text Example


Text Example

White with #AF0722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0722; }

 p { color: rgb(175,7,34); }

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

background-color css

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

 a { background-color: rgb(175,7,34); }

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

border-color css

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

 span { border-color: rgb(175,7,34); }

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