Html Css Color HEX #AF1C3E Cardinal

📋 copy color: '#AF1C3E'

red 175 ◦ green 28 ◦ blue 62

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

Shades of Cardinal #AF1C3E

Tints of Cardinal #AF1C3E

RGB

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

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

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

R = 66.04%
G = 10.57%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF1C3E (or 0xAF1C3E) is known color: Cardinal. HEX triplet: AF, 1C and 3E. RGB value is (175,28,62). Sum of RGB (Red+Green+Blue) = 175+28+62=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C3E is #50E3C1. Grayscale: #4B4B4B. Windows color (decimal): -5301186 or 4070575. OLE color: 4070575.

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

Color convert

RGB 175 28 62 -
CMYK 0 0.84 0.65 0.31
HSL 346.12º 0.72% 0.4% -
HSV(B) 346.12º 0.84% 0.69% -
XYZ 18.96 10.29 5.54 -
YUV 75.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 175 28 62 0 0.84 0.65 0.31 346.12 0.72 0.4
Hex AF 1C 3E 0 54 41 1F 15A 48 28
Octal 257 34 76 0 124 101 37 532 110 50
Binary 10101111 11100 111110 0 1010100 1000001 11111 101011010 1001000 101000

Color Harmonies of #AF1C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C3E

Black with #AF1C3E

Text Example


Text Example

White with #AF1C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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