Html Css Color HEX #AF0230 Carmine

📋 copy color: '#AF0230'

red 175 ◦ green 2 ◦ blue 48

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

Shades of Carmine #AF0230

Tints of Carmine #AF0230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 77.78%
G = 0.89%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF0230 (or 0xAF0230) is known color: Carmine. HEX triplet: AF, 02 and 30. RGB value is (175,2,48). Sum of RGB (Red+Green+Blue) = 175+2+48=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0230 is #50FDCF. Grayscale: #3A3A3A. Windows color (decimal): -5307856 or 3146415. OLE color: 3146415.

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

Color convert

RGB 175 2 48 -
CMYK 0 0.99 0.73 0.31
HSL 344.05º 0.98% 0.35% -
HSV(B) 344.05º 0.99% 0.69% -
XYZ 18.23 9.37 3.64 -
YUV 58.97 121.81 210.76 -
System Red Green Blue C M Y K H S L
Decimal 175 2 48 0 0.99 0.73 0.31 344.05 0.98 0.35
Hex AF 2 30 0 63 49 1F 158 62 23
Octal 257 2 60 0 143 111 37 530 142 43
Binary 10101111 10 110000 0 1100011 1001001 11111 101011000 1100010 100011

Color Harmonies of #AF0230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0230

Black with #AF0230

Text Example


Text Example

White with #AF0230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0230; }

 p { color: rgb(175,2,48); }

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

background-color css

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

 a { background-color: rgb(175,2,48); }

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

border-color css

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

 span { border-color: rgb(175,2,48); }

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