Html Css Color HEX #AF0D1B Venetian Red

📋 copy color: '#AF0D1B'

red 175 ◦ green 13 ◦ blue 27

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

Shades of Venetian Red #AF0D1B

Tints of Venetian Red #AF0D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.05%

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

R = 81.4%
G = 6.05%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF0D1B (or 0xAF0D1B) is known color: Venetian Red. HEX triplet: AF, 0D and 1B. RGB value is (175,13,27). Sum of RGB (Red+Green+Blue) = 175+13+27=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0D1B is #50F2E4. Grayscale: #3F3F3F. Windows color (decimal): -5305061 or 1772975. OLE color: 1772975.

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

Color convert

RGB 175 13 27 -
CMYK 0 0.93 0.85 0.31
HSL 354.81º 0.86% 0.37% -
HSV(B) 354.81º 0.93% 0.69% -
XYZ 18.02 9.48 1.92 -
YUV 63.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 175 13 27 0 0.93 0.85 0.31 354.81 0.86 0.37
Hex AF D 1B 0 5D 55 1F 163 56 25
Octal 257 15 33 0 135 125 37 543 126 45
Binary 10101111 1101 11011 0 1011101 1010101 11111 101100011 1010110 100101

Color Harmonies of #AF0D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0D1B

Black with #AF0D1B

Text Example


Text Example

White with #AF0D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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