Html Css Color HEX #AF273A Cardinal

📋 copy color: '#AF273A'

red 175 ◦ green 39 ◦ blue 58

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

Shades of Cardinal #AF273A

Tints of Cardinal #AF273A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 64.34%
G = 14.34%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF273A (or 0xAF273A) is known color: Cardinal. HEX triplet: AF, 27 and 3A. RGB value is (175,39,58). Sum of RGB (Red+Green+Blue) = 175+39+58=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF273A is #50D8C5. Grayscale: #515151. Windows color (decimal): -5298374 or 3811247. OLE color: 3811247.

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

Color convert

RGB 175 39 58 -
CMYK 0 0.78 0.67 0.31
HSL 351.62º 0.64% 0.42% -
HSV(B) 351.62º 0.78% 0.69% -
XYZ 19.17 10.87 5.09 -
YUV 81.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 175 39 58 0 0.78 0.67 0.31 351.62 0.64 0.42
Hex AF 27 3A 0 4E 43 1F 160 40 2A
Octal 257 47 72 0 116 103 37 540 100 52
Binary 10101111 100111 111010 0 1001110 1000011 11111 101100000 1000000 101010

Color Harmonies of #AF273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF273A

Black with #AF273A

Text Example


Text Example

White with #AF273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF273A; }

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

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

background-color css

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

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

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

border-color css

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

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

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