Html Css Color HEX #AF083E Cardinal

📋 copy color: '#AF083E'

red 175 ◦ green 8 ◦ blue 62

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

Shades of Cardinal #AF083E

Tints of Cardinal #AF083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

 BLUE value IS 62 (24.61% from 255) = 25.31%

R = 71.43%
G = 3.27%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF083E (or 0xAF083E) is known color: Cardinal. HEX triplet: AF, 08 and 3E. RGB value is (175,8,62). Sum of RGB (Red+Green+Blue) = 175+8+62=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF083E is #50F7C1. Grayscale: #404040. Windows color (decimal): -5306306 or 4065455. OLE color: 4065455.

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

Color convert

RGB 175 8 62 -
CMYK 0 0.95 0.65 0.31
HSL 340.6º 0.91% 0.36% -
HSV(B) 340.6º 0.95% 0.69% -
XYZ 18.64 9.64 5.44 -
YUV 64.09 126.83 207.11 -
System Red Green Blue C M Y K H S L
Decimal 175 8 62 0 0.95 0.65 0.31 340.6 0.91 0.36
Hex AF 8 3E 0 5F 41 1F 155 5B 24
Octal 257 10 76 0 137 101 37 525 133 44
Binary 10101111 1000 111110 0 1011111 1000001 11111 101010101 1011011 100100

Color Harmonies of #AF083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF083E

Black with #AF083E

Text Example


Text Example

White with #AF083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF083E; }

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

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

background-color css

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

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

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

border-color css

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

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

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