Html Css Color HEX #AF0125 Carmine

📋 copy color: '#AF0125'

red 175 ◦ green 1 ◦ blue 37

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

Shades of Carmine #AF0125

Tints of Carmine #AF0125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 82.16%
G = 0.47%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF0125 (or 0xAF0125) is known color: Carmine. HEX triplet: AF, 01 and 25. RGB value is (175,1,37). Sum of RGB (Red+Green+Blue) = 175+1+37=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0125 is #50FEDA. Grayscale: #393939. Windows color (decimal): -5308123 or 2425263. OLE color: 2425263.

HSL color Cylindrical-coordinate representation of color #AF0125: hue angle of 347.59º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0125 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 37 -
CMYK 0 0.99 0.79 0.31
HSL 347.59º 0.99% 0.35% -
HSV(B) 347.59º 0.99% 0.69% -
XYZ 18.02 9.27 2.59 -
YUV 57.13 116.65 212.07 -
System Red Green Blue C M Y K H S L
Decimal 175 1 37 0 0.99 0.79 0.31 347.59 0.99 0.35
Hex AF 1 25 0 63 4F 1F 15C 63 23
Octal 257 1 45 0 143 117 37 534 143 43
Binary 10101111 1 100101 0 1100011 1001111 11111 101011100 1100011 100011

Color Harmonies of #AF0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0125

Black with #AF0125

Text Example


Text Example

White with #AF0125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0125; }

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

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

background-color css

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

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

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

border-color css

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

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

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