Html Css Color HEX #AF0325 Carmine

📋 copy color: '#AF0325'

red 175 ◦ green 3 ◦ blue 37

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

Shades of Carmine #AF0325

Tints of Carmine #AF0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 81.4%
G = 1.4%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF0325 (or 0xAF0325) is known color: Carmine. HEX triplet: AF, 03 and 25. RGB value is (175,3,37). Sum of RGB (Red+Green+Blue) = 175+3+37=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0325 is #50FCDA. Grayscale: #3A3A3A. Windows color (decimal): -5307611 or 2425775. OLE color: 2425775.

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

Color convert

RGB 175 3 37 -
CMYK 0 0.98 0.79 0.31
HSL 348.14º 0.97% 0.35% -
HSV(B) 348.14º 0.98% 0.69% -
XYZ 18.05 9.31 2.6 -
YUV 58.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 175 3 37 0 0.98 0.79 0.31 348.14 0.97 0.35
Hex AF 3 25 0 62 4F 1F 15C 61 23
Octal 257 3 45 0 142 117 37 534 141 43
Binary 10101111 11 100101 0 1100010 1001111 11111 101011100 1100001 100011

Color Harmonies of #AF0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0325

Black with #AF0325

Text Example


Text Example

White with #AF0325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0325; }

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

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

background-color css

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

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

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

border-color css

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

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

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