Html Css Color HEX #AF0725 Carmine

📋 copy color: '#AF0725'

red 175 ◦ green 7 ◦ blue 37

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

Shades of Carmine #AF0725

Tints of Carmine #AF0725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.89%

R = 79.91%
G = 3.2%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF0725 (or 0xAF0725) is known color: Carmine. HEX triplet: AF, 07 and 25. RGB value is (175,7,37). Sum of RGB (Red+Green+Blue) = 175+7+37=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0725 is #50F8DA. Grayscale: #3C3C3C. Windows color (decimal): -5306587 or 2426799. OLE color: 2426799.

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

Color convert

RGB 175 7 37 -
CMYK 0 0.96 0.79 0.31
HSL 349.29º 0.92% 0.36% -
HSV(B) 349.29º 0.96% 0.69% -
XYZ 18.09 9.4 2.61 -
YUV 60.65 114.66 209.56 -
System Red Green Blue C M Y K H S L
Decimal 175 7 37 0 0.96 0.79 0.31 349.29 0.92 0.36
Hex AF 7 25 0 60 4F 1F 15D 5C 24
Octal 257 7 45 0 140 117 37 535 134 44
Binary 10101111 111 100101 0 1100000 1001111 11111 101011101 1011100 100100

Color Harmonies of #AF0725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0725

Black with #AF0725

Text Example


Text Example

White with #AF0725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0725; }

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

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

background-color css

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

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

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

border-color css

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

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

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