Html Css Color HEX #AF2432 Cardinal

📋 copy color: '#AF2432'

red 175 ◦ green 36 ◦ blue 50

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

Shades of Cardinal #AF2432

Tints of Cardinal #AF2432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.16%

R = 67.05%
G = 13.79%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2432 (or 0xAF2432) is known color: Cardinal. HEX triplet: AF, 24 and 32. RGB value is (175,36,50). Sum of RGB (Red+Green+Blue) = 175+36+50=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2432 is #50DBCD. Grayscale: #4F4F4F. Windows color (decimal): -5299150 or 3286191. OLE color: 3286191.

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

Color convert

RGB 175 36 50 -
CMYK 0 0.79 0.71 0.31
HSL 353.96º 0.66% 0.41% -
HSV(B) 353.96º 0.79% 0.69% -
XYZ 18.89 10.61 4.07 -
YUV 79.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 175 36 50 0 0.79 0.71 0.31 353.96 0.66 0.41
Hex AF 24 32 0 4F 47 1F 162 42 29
Octal 257 44 62 0 117 107 37 542 102 51
Binary 10101111 100100 110010 0 1001111 1000111 11111 101100010 1000010 101001

Color Harmonies of #AF2432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2432

Black with #AF2432

Text Example


Text Example

White with #AF2432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2432; }

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

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

background-color css

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

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

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

border-color css

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

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

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