Html Css Color HEX #AF273C Cardinal

📋 copy color: '#AF273C'

red 175 ◦ green 39 ◦ blue 60

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

Shades of Cardinal #AF273C

Tints of Cardinal #AF273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.9%

R = 63.87%
G = 14.23%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF273C (or 0xAF273C) is known color: Cardinal. HEX triplet: AF, 27 and 3C. RGB value is (175,39,60). Sum of RGB (Red+Green+Blue) = 175+39+60=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF273C is #50D8C3. Grayscale: #525252. Windows color (decimal): -5298372 or 3942319. OLE color: 3942319.

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

Color convert

RGB 175 39 60 -
CMYK 0 0.78 0.66 0.31
HSL 350.74º 0.64% 0.42% -
HSV(B) 350.74º 0.78% 0.69% -
XYZ 19.22 10.89 5.36 -
YUV 82.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 175 39 60 0 0.78 0.66 0.31 350.74 0.64 0.42
Hex AF 27 3C 0 4E 42 1F 15F 40 2A
Octal 257 47 74 0 116 102 37 537 100 52
Binary 10101111 100111 111100 0 1001110 1000010 11111 101011111 1000000 101010

Color Harmonies of #AF273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF273C

Black with #AF273C

Text Example


Text Example

White with #AF273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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