Html Css Color HEX #AF2732 Cardinal

📋 copy color: '#AF2732'

red 175 ◦ green 39 ◦ blue 50

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

Shades of Cardinal #AF2732

Tints of Cardinal #AF2732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.77%

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

R = 66.29%
G = 14.77%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2732 (or 0xAF2732) is known color: Cardinal. HEX triplet: AF, 27 and 32. RGB value is (175,39,50). Sum of RGB (Red+Green+Blue) = 175+39+50=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2732 is #50D8CD. Grayscale: #515151. Windows color (decimal): -5298382 or 3286959. OLE color: 3286959.

HSL color Cylindrical-coordinate representation of color #AF2732: hue angle of 355.15º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2732 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 39 50 -
CMYK 0 0.78 0.71 0.31
HSL 355.15º 0.64% 0.42% -
HSV(B) 355.15º 0.78% 0.69% -
XYZ 18.98 10.8 4.1 -
YUV 80.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 175 39 50 0 0.78 0.71 0.31 355.15 0.64 0.42
Hex AF 27 32 0 4E 47 1F 163 40 2A
Octal 257 47 62 0 116 107 37 543 100 52
Binary 10101111 100111 110010 0 1001110 1000111 11111 101100011 1000000 101010

Color Harmonies of #AF2732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2732

Black with #AF2732

Text Example


Text Example

White with #AF2732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2732; }

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

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

background-color css

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

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

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

border-color css

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

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

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