Html Css Color HEX #AF0F1B Venetian Red

📋 copy color: '#AF0F1B'

red 175 ◦ green 15 ◦ blue 27

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

Shades of Venetian Red #AF0F1B

Tints of Venetian Red #AF0F1B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.91%

 BLUE value IS 27 (10.94% from 255) = 12.44%

R = 80.65%
G = 6.91%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF0F1B (or 0xAF0F1B) is known color: Venetian Red. HEX triplet: AF, 0F and 1B. RGB value is (175,15,27). Sum of RGB (Red+Green+Blue) = 175+15+27=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F1B is #50F0E4. Grayscale: #404040. Windows color (decimal): -5304549 or 1773487. OLE color: 1773487.

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

Color convert

RGB 175 15 27 -
CMYK 0 0.91 0.85 0.31
HSL 355.5º 0.84% 0.37% -
HSV(B) 355.5º 0.91% 0.69% -
XYZ 18.05 9.53 1.93 -
YUV 64.21 107.01 207.02 -
System Red Green Blue C M Y K H S L
Decimal 175 15 27 0 0.91 0.85 0.31 355.5 0.84 0.37
Hex AF F 1B 0 5B 55 1F 164 54 25
Octal 257 17 33 0 133 125 37 544 124 45
Binary 10101111 1111 11011 0 1011011 1010101 11111 101100100 1010100 100101

Color Harmonies of #AF0F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F1B

Black with #AF0F1B

Text Example


Text Example

White with #AF0F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F1B; }

 p { color: rgb(175,15,27); }

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

background-color css

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

 a { background-color: rgb(175,15,27); }

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

border-color css

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

 span { border-color: rgb(175,15,27); }

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