Html Css Color HEX #AF072F Cardinal

📋 copy color: '#AF072F'

red 175 ◦ green 7 ◦ blue 47

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

Shades of Cardinal #AF072F

Tints of Cardinal #AF072F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.06%

 BLUE value IS 47 (18.75% from 255) = 20.52%

R = 76.42%
G = 3.06%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF072F (or 0xAF072F) is known color: Cardinal. HEX triplet: AF, 07 and 2F. RGB value is (175,7,47). Sum of RGB (Red+Green+Blue) = 175+7+47=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF072F is #50F8D0. Grayscale: #3D3D3D. Windows color (decimal): -5306577 or 3082159. OLE color: 3082159.

HSL color Cylindrical-coordinate representation of color #AF072F: hue angle of 345.71º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF072F is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 7 47 -
CMYK 0 0.96 0.73 0.31
HSL 345.71º 0.92% 0.36% -
HSV(B) 345.71º 0.96% 0.69% -
XYZ 18.27 9.47 3.55 -
YUV 61.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 175 7 47 0 0.96 0.73 0.31 345.71 0.92 0.36
Hex AF 7 2F 0 60 49 1F 15A 5C 24
Octal 257 7 57 0 140 111 37 532 134 44
Binary 10101111 111 101111 0 1100000 1001001 11111 101011010 1011100 100100

Color Harmonies of #AF072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF072F

Black with #AF072F

Text Example


Text Example

White with #AF072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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