Html Css Color HEX #AF243E Cardinal

📋 copy color: '#AF243E'

red 175 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #AF243E

Tints of Cardinal #AF243E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.19%

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 64.1%
G = 13.19%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF243E (or 0xAF243E) is known color: Cardinal. HEX triplet: AF, 24 and 3E. RGB value is (175,36,62). Sum of RGB (Red+Green+Blue) = 175+36+62=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF243E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF243E is #50DBC1. Grayscale: #505050. Windows color (decimal): -5299138 or 4072623. OLE color: 4072623.

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

Color convert

RGB 175 36 62 -
CMYK 0 0.79 0.65 0.31
HSL 348.78º 0.66% 0.41% -
HSV(B) 348.78º 0.79% 0.69% -
XYZ 19.18 10.72 5.62 -
YUV 80.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 175 36 62 0 0.79 0.65 0.31 348.78 0.66 0.41
Hex AF 24 3E 0 4F 41 1F 15D 42 29
Octal 257 44 76 0 117 101 37 535 102 51
Binary 10101111 100100 111110 0 1001111 1000001 11111 101011101 1000010 101001

Color Harmonies of #AF243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF243E

Black with #AF243E

Text Example


Text Example

White with #AF243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF243E; }

 p { color: rgb(175,36,62); }

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

background-color css

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

 a { background-color: rgb(175,36,62); }

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

border-color css

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

 span { border-color: rgb(175,36,62); }

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