Html Css Color HEX #AF1C2E Cardinal

📋 copy color: '#AF1C2E'

red 175 ◦ green 28 ◦ blue 46

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

Shades of Cardinal #AF1C2E

Tints of Cardinal #AF1C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 70.28%
G = 11.24%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF1C2E (or 0xAF1C2E) is known color: Cardinal. HEX triplet: AF, 1C and 2E. RGB value is (175,28,46). Sum of RGB (Red+Green+Blue) = 175+28+46=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C2E is #50E3D1. Grayscale: #4A4A4A. Windows color (decimal): -5301202 or 3021999. OLE color: 3021999.

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

Color convert

RGB 175 28 46 -
CMYK 0 0.84 0.74 0.31
HSL 352.65º 0.72% 0.4% -
HSV(B) 352.65º 0.84% 0.69% -
XYZ 18.59 10.14 3.56 -
YUV 74.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 175 28 46 0 0.84 0.74 0.31 352.65 0.72 0.4
Hex AF 1C 2E 0 54 4A 1F 161 48 28
Octal 257 34 56 0 124 112 37 541 110 50
Binary 10101111 11100 101110 0 1010100 1001010 11111 101100001 1001000 101000

Color Harmonies of #AF1C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C2E

Black with #AF1C2E

Text Example


Text Example

White with #AF1C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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