Html Css Color HEX #AF1C3B Cardinal

📋 copy color: '#AF1C3B'

red 175 ◦ green 28 ◦ blue 59

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

Shades of Cardinal #AF1C3B

Tints of Cardinal #AF1C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.52%

R = 66.79%
G = 10.69%
B = 22.52%

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

#AF1C3B (or 0xAF1C3B) is known color: Cardinal. HEX triplet: AF, 1C and 3B. RGB value is (175,28,59). Sum of RGB (Red+Green+Blue) = 175+28+59=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C3B is #50E3C4. Grayscale: #4B4B4B. Windows color (decimal): -5301189 or 3873967. OLE color: 3873967.

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

Color convert

RGB 175 28 59 -
CMYK 0 0.84 0.66 0.31
HSL 347.35º 0.72% 0.4% -
HSV(B) 347.35º 0.84% 0.69% -
XYZ 18.88 10.26 5.12 -
YUV 75.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 175 28 59 0 0.84 0.66 0.31 347.35 0.72 0.4
Hex AF 1C 3B 0 54 42 1F 15B 48 28
Octal 257 34 73 0 124 102 37 533 110 50
Binary 10101111 11100 111011 0 1010100 1000010 11111 101011011 1001000 101000

Color Harmonies of #AF1C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C3B

Black with #AF1C3B

Text Example


Text Example

White with #AF1C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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