Html Css Color HEX #AF0822 Carmine

📋 copy color: '#AF0822'

red 175 ◦ green 8 ◦ blue 34

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

Shades of Carmine #AF0822

Tints of Carmine #AF0822

RGB

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

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

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

R = 80.65%
G = 3.69%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF0822 (or 0xAF0822) is known color: Carmine. HEX triplet: AF, 08 and 22. RGB value is (175,8,34). Sum of RGB (Red+Green+Blue) = 175+8+34=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0822 is #50F7DD. Grayscale: #3C3C3C. Windows color (decimal): -5306334 or 2230447. OLE color: 2230447.

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

Color convert

RGB 175 8 34 -
CMYK 0 0.95 0.81 0.31
HSL 350.66º 0.91% 0.36% -
HSV(B) 350.66º 0.95% 0.69% -
XYZ 18.05 9.4 2.38 -
YUV 60.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 175 8 34 0 0.95 0.81 0.31 350.66 0.91 0.36
Hex AF 8 22 0 5F 51 1F 15F 5B 24
Octal 257 10 42 0 137 121 37 537 133 44
Binary 10101111 1000 100010 0 1011111 1010001 11111 101011111 1011011 100100

Color Harmonies of #AF0822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0822

Black with #AF0822

Text Example


Text Example

White with #AF0822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0822; }

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

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

background-color css

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

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

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

border-color css

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

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

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