Html Css Color HEX #AF0826 Carmine

📋 copy color: '#AF0826'

red 175 ◦ green 8 ◦ blue 38

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

Shades of Carmine #AF0826

Tints of Carmine #AF0826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

 BLUE value IS 38 (15.23% from 255) = 17.19%

R = 79.19%
G = 3.62%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF0826 (or 0xAF0826) is known color: Carmine. HEX triplet: AF, 08 and 26. RGB value is (175,8,38). Sum of RGB (Red+Green+Blue) = 175+8+38=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0826 is #50F7D9. Grayscale: #3D3D3D. Windows color (decimal): -5306330 or 2492591. OLE color: 2492591.

HSL color Cylindrical-coordinate representation of color #AF0826: hue angle of 349.22º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0826 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 8 38 -
CMYK 0 0.95 0.78 0.31
HSL 349.22º 0.91% 0.36% -
HSV(B) 349.22º 0.95% 0.69% -
XYZ 18.12 9.43 2.7 -
YUV 61.35 114.83 209.06 -
System Red Green Blue C M Y K H S L
Decimal 175 8 38 0 0.95 0.78 0.31 349.22 0.91 0.36
Hex AF 8 26 0 5F 4E 1F 15D 5B 24
Octal 257 10 46 0 137 116 37 535 133 44
Binary 10101111 1000 100110 0 1011111 1001110 11111 101011101 1011011 100100

Color Harmonies of #AF0826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0826

Black with #AF0826

Text Example


Text Example

White with #AF0826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0826; }

 p { color: rgb(175,8,38); }

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

background-color css

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

 a { background-color: rgb(175,8,38); }

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

border-color css

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

 span { border-color: rgb(175,8,38); }

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