Html Css Color HEX #AF242E Cardinal

📋 copy color: '#AF242E'

red 175 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #AF242E

Tints of Cardinal #AF242E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 68.09%
G = 14.01%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF242E (or 0xAF242E) is known color: Cardinal. HEX triplet: AF, 24 and 2E. RGB value is (175,36,46). Sum of RGB (Red+Green+Blue) = 175+36+46=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF242E is #50DBD1. Grayscale: #4E4E4E. Windows color (decimal): -5299154 or 3024047. OLE color: 3024047.

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

Color convert

RGB 175 36 46 -
CMYK 0 0.79 0.74 0.31
HSL 355.68º 0.66% 0.41% -
HSV(B) 355.68º 0.79% 0.69% -
XYZ 18.8 10.57 3.63 -
YUV 78.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 175 36 46 0 0.79 0.74 0.31 355.68 0.66 0.41
Hex AF 24 2E 0 4F 4A 1F 164 42 29
Octal 257 44 56 0 117 112 37 544 102 51
Binary 10101111 100100 101110 0 1001111 1001010 11111 101100100 1000010 101001

Color Harmonies of #AF242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF242E

Black with #AF242E

Text Example


Text Example

White with #AF242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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