Html Css Color HEX #AF2230 Cardinal

📋 copy color: '#AF2230'

red 175 ◦ green 34 ◦ blue 48

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

Shades of Cardinal #AF2230

Tints of Cardinal #AF2230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 68.09%
G = 13.23%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF2230 (or 0xAF2230) is known color: Cardinal. HEX triplet: AF, 22 and 30. RGB value is (175,34,48). Sum of RGB (Red+Green+Blue) = 175+34+48=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2230 is #50DDCF. Grayscale: #4D4D4D. Windows color (decimal): -5299664 or 3154607. OLE color: 3154607.

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

Color convert

RGB 175 34 48 -
CMYK 0 0.81 0.73 0.31
HSL 354.04º 0.67% 0.41% -
HSV(B) 354.04º 0.81% 0.69% -
XYZ 18.78 10.47 3.83 -
YUV 77.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 175 34 48 0 0.81 0.73 0.31 354.04 0.67 0.41
Hex AF 22 30 0 51 49 1F 162 43 29
Octal 257 42 60 0 121 111 37 542 103 51
Binary 10101111 100010 110000 0 1010001 1001001 11111 101100010 1000011 101001

Color Harmonies of #AF2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2230

Black with #AF2230

Text Example


Text Example

White with #AF2230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2230; }

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

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

background-color css

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

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

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

border-color css

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

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

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