Html Css Color HEX #AF0307 Venetian Red

📋 copy color: '#AF0307'

red 175 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #AF0307

Tints of Venetian Red #AF0307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.78%

R = 94.59%
G = 1.62%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF0307 (or 0xAF0307) is known color: Venetian Red. HEX triplet: AF, 03 and 07. RGB value is (175,3,7). Sum of RGB (Red+Green+Blue) = 175+3+7=185 (24% of max value = 765). Red value is 175 (68.75% from 255 or 94.59% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0307 is #50FCF8. Grayscale: #373737. Windows color (decimal): -5307641 or 459695. OLE color: 459695.

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

Color convert

RGB 175 3 7 -
CMYK 0 0.98 0.96 0.31
HSL 358.6º 0.97% 0.35% -
HSV(B) 358.6º 0.98% 0.69% -
XYZ 17.75 9.19 1.04 -
YUV 54.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 175 3 7 0 0.98 0.96 0.31 358.6 0.97 0.35
Hex AF 3 7 0 62 60 1F 167 61 23
Octal 257 3 7 0 142 140 37 547 141 43
Binary 10101111 11 111 0 1100010 1100000 11111 101100111 1100001 100011

Color Harmonies of #AF0307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0307

Black with #AF0307

Text Example


Text Example

White with #AF0307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0307; }

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

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

background-color css

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

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

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

border-color css

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

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

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