Html Css Color HEX #AF0312 Venetian Red

📋 copy color: '#AF0312'

red 175 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #AF0312

Tints of Venetian Red #AF0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 18 (7.42% from 255) = 9.18%

R = 89.29%
G = 1.53%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF0312 (or 0xAF0312) is known color: Venetian Red. HEX triplet: AF, 03 and 12. RGB value is (175,3,18). Sum of RGB (Red+Green+Blue) = 175+3+18=196 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.29% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0312 is #50FCED. Grayscale: #383838. Windows color (decimal): -5307630 or 1180591. OLE color: 1180591.

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

Color convert

RGB 175 3 18 -
CMYK 0 0.98 0.90 0.31
HSL 354.77º 0.97% 0.35% -
HSV(B) 354.77º 0.98% 0.69% -
XYZ 17.82 9.22 1.41 -
YUV 56.14 106.48 212.78 -
System Red Green Blue C M Y K H S L
Decimal 175 3 18 0 0.98 0.90 0.31 354.77 0.97 0.35
Hex AF 3 12 0 62 5A 1F 163 61 23
Octal 257 3 22 0 142 132 37 543 141 43
Binary 10101111 11 10010 0 1100010 1011010 11111 101100011 1100001 100011

Color Harmonies of #AF0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0312

Black with #AF0312

Text Example


Text Example

White with #AF0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0312; }

 p { color: rgb(175,3,18); }

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

background-color css

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

 a { background-color: rgb(175,3,18); }

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

border-color css

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

 span { border-color: rgb(175,3,18); }

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