Html Css Color HEX #AF1C3C Cardinal

📋 copy color: '#AF1C3C'

red 175 ◦ green 28 ◦ blue 60

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

Shades of Cardinal #AF1C3C

Tints of Cardinal #AF1C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.65%

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

R = 66.54%
G = 10.65%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF1C3C (or 0xAF1C3C) is known color: Cardinal. HEX triplet: AF, 1C and 3C. RGB value is (175,28,60). Sum of RGB (Red+Green+Blue) = 175+28+60=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C3C is #50E3C3. Grayscale: #4B4B4B. Windows color (decimal): -5301188 or 3939503. OLE color: 3939503.

HSL color Cylindrical-coordinate representation of color #AF1C3C: hue angle of 346.94º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C3C is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 28 60 -
CMYK 0 0.84 0.66 0.31
HSL 346.94º 0.72% 0.4% -
HSV(B) 346.94º 0.84% 0.69% -
XYZ 18.91 10.27 5.26 -
YUV 75.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 175 28 60 0 0.84 0.66 0.31 346.94 0.72 0.4
Hex AF 1C 3C 0 54 42 1F 15B 48 28
Octal 257 34 74 0 124 102 37 533 110 50
Binary 10101111 11100 111100 0 1010100 1000010 11111 101011011 1001000 101000

Color Harmonies of #AF1C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C3C

Black with #AF1C3C

Text Example


Text Example

White with #AF1C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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