Html Css Color HEX #AF073D Cardinal

📋 copy color: '#AF073D'

red 175 ◦ green 7 ◦ blue 61

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

Shades of Cardinal #AF073D

Tints of Cardinal #AF073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.1%

R = 72.02%
G = 2.88%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF073D (or 0xAF073D) is known color: Cardinal. HEX triplet: AF, 07 and 3D. RGB value is (175,7,61). Sum of RGB (Red+Green+Blue) = 175+7+61=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF073D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF073D is #50F8C2. Grayscale: #3F3F3F. Windows color (decimal): -5306563 or 3999663. OLE color: 3999663.

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

Color convert

RGB 175 7 61 -
CMYK 0 0.96 0.65 0.31
HSL 340.71º 0.92% 0.36% -
HSV(B) 340.71º 0.96% 0.69% -
XYZ 18.6 9.6 5.29 -
YUV 63.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 175 7 61 0 0.96 0.65 0.31 340.71 0.92 0.36
Hex AF 7 3D 0 60 41 1F 155 5C 24
Octal 257 7 75 0 140 101 37 525 134 44
Binary 10101111 111 111101 0 1100000 1000001 11111 101010101 1011100 100100

Color Harmonies of #AF073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF073D

Black with #AF073D

Text Example


Text Example

White with #AF073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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