Html Css Color HEX #AF0423 Carmine

📋 copy color: '#AF0423'

red 175 ◦ green 4 ◦ blue 35

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

Shades of Carmine #AF0423

Tints of Carmine #AF0423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.87%

 BLUE value IS 35 (14.06% from 255) = 16.36%

R = 81.78%
G = 1.87%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF0423 (or 0xAF0423) is known color: Carmine. HEX triplet: AF, 04 and 23. RGB value is (175,4,35). Sum of RGB (Red+Green+Blue) = 175+4+35=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0423 is #50FBDC. Grayscale: #3A3A3A. Windows color (decimal): -5307357 or 2294959. OLE color: 2294959.

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

Color convert

RGB 175 4 35 -
CMYK 0 0.98 0.8 0.31
HSL 349.12º 0.96% 0.35% -
HSV(B) 349.12º 0.98% 0.69% -
XYZ 18.03 9.32 2.44 -
YUV 58.66 114.65 210.98 -
System Red Green Blue C M Y K H S L
Decimal 175 4 35 0 0.98 0.8 0.31 349.12 0.96 0.35
Hex AF 4 23 0 62 50 1F 15D 60 23
Octal 257 4 43 0 142 120 37 535 140 43
Binary 10101111 100 100011 0 1100010 1010000 11111 101011101 1100000 100011

Color Harmonies of #AF0423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0423

Black with #AF0423

Text Example


Text Example

White with #AF0423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0423; }

 p { color: rgb(175,4,35); }

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

background-color css

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

 a { background-color: rgb(175,4,35); }

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

border-color css

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

 span { border-color: rgb(175,4,35); }

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