Html Css Color HEX #AF083C Cardinal

📋 copy color: '#AF083C'

red 175 ◦ green 8 ◦ blue 60

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

Shades of Cardinal #AF083C

Tints of Cardinal #AF083C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.69%

R = 72.02%
G = 3.29%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF083C (or 0xAF083C) is known color: Cardinal. HEX triplet: AF, 08 and 3C. RGB value is (175,8,60). Sum of RGB (Red+Green+Blue) = 175+8+60=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF083C is #50F7C3. Grayscale: #3F3F3F. Windows color (decimal): -5306308 or 3934383. OLE color: 3934383.

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

Color convert

RGB 175 8 60 -
CMYK 0 0.95 0.66 0.31
HSL 341.32º 0.91% 0.36% -
HSV(B) 341.32º 0.95% 0.69% -
XYZ 18.58 9.61 5.15 -
YUV 63.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 175 8 60 0 0.95 0.66 0.31 341.32 0.91 0.36
Hex AF 8 3C 0 5F 42 1F 155 5B 24
Octal 257 10 74 0 137 102 37 525 133 44
Binary 10101111 1000 111100 0 1011111 1000010 11111 101010101 1011011 100100

Color Harmonies of #AF083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF083C

Black with #AF083C

Text Example


Text Example

White with #AF083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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