Html Css Color HEX #AF1023 Venetian Red

📋 copy color: '#AF1023'

red 175 ◦ green 16 ◦ blue 35

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

Shades of Venetian Red #AF1023

Tints of Venetian Red #AF1023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

 BLUE value IS 35 (14.06% from 255) = 15.49%

R = 77.43%
G = 7.08%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF1023 (or 0xAF1023) is known color: Venetian Red. HEX triplet: AF, 10 and 23. RGB value is (175,16,35). Sum of RGB (Red+Green+Blue) = 175+16+35=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1023 is #50EFDC. Grayscale: #414141. Windows color (decimal): -5304285 or 2298031. OLE color: 2298031.

HSL color Cylindrical-coordinate representation of color #AF1023: hue angle of 352.83º degrees, saturation: 0.83, 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 #AF1023 is Cyan = 0, Magento = 0.91, Yellow = 0.8 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 35 -
CMYK 0 0.91 0.8 0.31
HSL 352.83º 0.83% 0.37% -
HSV(B) 352.83º 0.91% 0.69% -
XYZ 18.17 9.61 2.49 -
YUV 65.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 175 16 35 0 0.91 0.8 0.31 352.83 0.83 0.37
Hex AF 10 23 0 5B 50 1F 161 53 25
Octal 257 20 43 0 133 120 37 541 123 45
Binary 10101111 10000 100011 0 1011011 1010000 11111 101100001 1010011 100101

Color Harmonies of #AF1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1023

Black with #AF1023

Text Example


Text Example

White with #AF1023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1023; }

 p { color: rgb(175,16,35); }

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

background-color css

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

 a { background-color: rgb(175,16,35); }

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

border-color css

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

 span { border-color: rgb(175,16,35); }

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