Html Css Color HEX #AF223A Cardinal

📋 copy color: '#AF223A'

red 175 ◦ green 34 ◦ blue 58

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

Shades of Cardinal #AF223A

Tints of Cardinal #AF223A

RGB

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

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

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

R = 65.54%
G = 12.73%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF223A (or 0xAF223A) is known color: Cardinal. HEX triplet: AF, 22 and 3A. RGB value is (175,34,58). Sum of RGB (Red+Green+Blue) = 175+34+58=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF223A is #50DDC5. Grayscale: #4E4E4E. Windows color (decimal): -5299654 or 3809967. OLE color: 3809967.

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

Color convert

RGB 175 34 58 -
CMYK 0 0.81 0.67 0.31
HSL 349.79º 0.67% 0.41% -
HSV(B) 349.79º 0.81% 0.69% -
XYZ 19.01 10.56 5.04 -
YUV 78.9 116.21 196.55 -
System Red Green Blue C M Y K H S L
Decimal 175 34 58 0 0.81 0.67 0.31 349.79 0.67 0.41
Hex AF 22 3A 0 51 43 1F 15E 43 29
Octal 257 42 72 0 121 103 37 536 103 51
Binary 10101111 100010 111010 0 1010001 1000011 11111 101011110 1000011 101001

Color Harmonies of #AF223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF223A

Black with #AF223A

Text Example


Text Example

White with #AF223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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