Html Css Color HEX #AF1C3A Cardinal

📋 copy color: '#AF1C3A'

red 175 ◦ green 28 ◦ blue 58

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

Shades of Cardinal #AF1C3A

Tints of Cardinal #AF1C3A

RGB

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

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

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

R = 67.05%
G = 10.73%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF1C3A (or 0xAF1C3A) is known color: Cardinal. HEX triplet: AF, 1C and 3A. RGB value is (175,28,58). Sum of RGB (Red+Green+Blue) = 175+28+58=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C3A is #50E3C5. Grayscale: #4B4B4B. Windows color (decimal): -5301190 or 3808431. OLE color: 3808431.

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

Color convert

RGB 175 28 58 -
CMYK 0 0.84 0.67 0.31
HSL 347.76º 0.72% 0.4% -
HSV(B) 347.76º 0.84% 0.69% -
XYZ 18.86 10.25 4.99 -
YUV 75.37 118.2 199.06 -
System Red Green Blue C M Y K H S L
Decimal 175 28 58 0 0.84 0.67 0.31 347.76 0.72 0.4
Hex AF 1C 3A 0 54 43 1F 15C 48 28
Octal 257 34 72 0 124 103 37 534 110 50
Binary 10101111 11100 111010 0 1010100 1000011 11111 101011100 1001000 101000

Color Harmonies of #AF1C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C3A

Black with #AF1C3A

Text Example


Text Example

White with #AF1C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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