Html Css Color HEX #AF1A1B Venetian Red

📋 copy color: '#AF1A1B'

red 175 ◦ green 26 ◦ blue 27

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

Shades of Venetian Red #AF1A1B

Tints of Venetian Red #AF1A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.4%

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

R = 76.75%
G = 11.4%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF1A1B (or 0xAF1A1B) is known color: Venetian Red. HEX triplet: AF, 1A and 1B. RGB value is (175,26,27). Sum of RGB (Red+Green+Blue) = 175+26+27=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A1B is #50E5E4. Grayscale: #464646. Windows color (decimal): -5301733 or 1776303. OLE color: 1776303.

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

Color convert

RGB 175 26 27 -
CMYK 0 0.85 0.85 0.31
HSL 359.6º 0.74% 0.39% -
HSV(B) 359.6º 0.85% 0.69% -
XYZ 18.25 9.93 1.99 -
YUV 70.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 175 26 27 0 0.85 0.85 0.31 359.6 0.74 0.39
Hex AF 1A 1B 0 55 55 1F 168 4A 27
Octal 257 32 33 0 125 125 37 550 112 47
Binary 10101111 11010 11011 0 1010101 1010101 11111 101101000 1001010 100111

Color Harmonies of #AF1A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A1B

Black with #AF1A1B

Text Example


Text Example

White with #AF1A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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