Html Css Color HEX #AF222D Cardinal

📋 copy color: '#AF222D'

red 175 ◦ green 34 ◦ blue 45

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

Shades of Cardinal #AF222D

Tints of Cardinal #AF222D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.72%

R = 68.9%
G = 13.39%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF222D (or 0xAF222D) is known color: Cardinal. HEX triplet: AF, 22 and 2D. RGB value is (175,34,45). Sum of RGB (Red+Green+Blue) = 175+34+45=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF222D is #50DDD2. Grayscale: #4D4D4D. Windows color (decimal): -5299667 or 2957999. OLE color: 2957999.

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

Color convert

RGB 175 34 45 -
CMYK 0 0.81 0.74 0.31
HSL 355.32º 0.67% 0.41% -
HSV(B) 355.32º 0.81% 0.69% -
XYZ 18.72 10.45 3.51 -
YUV 77.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 175 34 45 0 0.81 0.74 0.31 355.32 0.67 0.41
Hex AF 22 2D 0 51 4A 1F 163 43 29
Octal 257 42 55 0 121 112 37 543 103 51
Binary 10101111 100010 101101 0 1010001 1001010 11111 101100011 1000011 101001

Color Harmonies of #AF222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF222D

Black with #AF222D

Text Example


Text Example

White with #AF222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF222D; }

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

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

background-color css

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

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

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

border-color css

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

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

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