Html Css Color HEX #AF223C Cardinal

📋 copy color: '#AF223C'

red 175 ◦ green 34 ◦ blue 60

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

Shades of Cardinal #AF223C

Tints of Cardinal #AF223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.64%

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

R = 65.06%
G = 12.64%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF223C (or 0xAF223C) is known color: Cardinal. HEX triplet: AF, 22 and 3C. RGB value is (175,34,60). Sum of RGB (Red+Green+Blue) = 175+34+60=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF223C is #50DDC3. Grayscale: #4F4F4F. Windows color (decimal): -5299652 or 3941039. OLE color: 3941039.

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

Color convert

RGB 175 34 60 -
CMYK 0 0.81 0.66 0.31
HSL 348.94º 0.67% 0.41% -
HSV(B) 348.94º 0.81% 0.69% -
XYZ 19.07 10.58 5.31 -
YUV 79.12 117.21 196.39 -
System Red Green Blue C M Y K H S L
Decimal 175 34 60 0 0.81 0.66 0.31 348.94 0.67 0.41
Hex AF 22 3C 0 51 42 1F 15D 43 29
Octal 257 42 74 0 121 102 37 535 103 51
Binary 10101111 100010 111100 0 1010001 1000010 11111 101011101 1000011 101001

Color Harmonies of #AF223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF223C

Black with #AF223C

Text Example


Text Example

White with #AF223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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