Html Css Color HEX #AF083A Cardinal

📋 copy color: '#AF083A'

red 175 ◦ green 8 ◦ blue 58

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

Shades of Cardinal #AF083A

Tints of Cardinal #AF083A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.07%

R = 72.61%
G = 3.32%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF083A (or 0xAF083A) is known color: Cardinal. HEX triplet: AF, 08 and 3A. RGB value is (175,8,58). Sum of RGB (Red+Green+Blue) = 175+8+58=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF083A is #50F7C5. Grayscale: #3F3F3F. Windows color (decimal): -5306310 or 3803311. OLE color: 3803311.

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

Color convert

RGB 175 8 58 -
CMYK 0 0.95 0.67 0.31
HSL 342.04º 0.91% 0.36% -
HSV(B) 342.04º 0.95% 0.69% -
XYZ 18.53 9.59 4.88 -
YUV 63.63 124.83 207.43 -
System Red Green Blue C M Y K H S L
Decimal 175 8 58 0 0.95 0.67 0.31 342.04 0.91 0.36
Hex AF 8 3A 0 5F 43 1F 156 5B 24
Octal 257 10 72 0 137 103 37 526 133 44
Binary 10101111 1000 111010 0 1011111 1000011 11111 101010110 1011011 100100

Color Harmonies of #AF083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF083A

Black with #AF083A

Text Example


Text Example

White with #AF083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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