Html Css Color HEX #AF0308 Venetian Red

📋 copy color: '#AF0308'

red 175 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #AF0308

Tints of Venetian Red #AF0308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.3%

R = 94.09%
G = 1.61%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF0308 (or 0xAF0308) is known color: Venetian Red. HEX triplet: AF, 03 and 08. RGB value is (175,3,8). Sum of RGB (Red+Green+Blue) = 175+3+8=186 (24% of max value = 765). Red value is 175 (68.75% from 255 or 94.09% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0308 is #50FCF7. Grayscale: #373737. Windows color (decimal): -5307640 or 525231. OLE color: 525231.

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

Color convert

RGB 175 3 8 -
CMYK 0 0.98 0.95 0.31
HSL 358.26º 0.97% 0.35% -
HSV(B) 358.26º 0.98% 0.69% -
XYZ 17.76 9.2 1.07 -
YUV 55 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 175 3 8 0 0.98 0.95 0.31 358.26 0.97 0.35
Hex AF 3 8 0 62 5F 1F 166 61 23
Octal 257 3 10 0 142 137 37 546 141 43
Binary 10101111 11 1000 0 1100010 1011111 11111 101100110 1100001 100011

Color Harmonies of #AF0308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0308

Black with #AF0308

Text Example


Text Example

White with #AF0308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0308; }

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

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

background-color css

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

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

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

border-color css

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

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

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