Html Css Color HEX #AF273D Cardinal

📋 copy color: '#AF273D'

red 175 ◦ green 39 ◦ blue 61

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

Shades of Cardinal #AF273D

Tints of Cardinal #AF273D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 63.64%
G = 14.18%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF273D (or 0xAF273D) is known color: Cardinal. HEX triplet: AF, 27 and 3D. RGB value is (175,39,61). Sum of RGB (Red+Green+Blue) = 175+39+61=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF273D is #50D8C2. Grayscale: #525252. Windows color (decimal): -5298371 or 4007855. OLE color: 4007855.

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

Color convert

RGB 175 39 61 -
CMYK 0 0.78 0.65 0.31
HSL 350.29º 0.64% 0.42% -
HSV(B) 350.29º 0.78% 0.69% -
XYZ 19.25 10.9 5.5 -
YUV 82.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 175 39 61 0 0.78 0.65 0.31 350.29 0.64 0.42
Hex AF 27 3D 0 4E 41 1F 15E 40 2A
Octal 257 47 75 0 116 101 37 536 100 52
Binary 10101111 100111 111101 0 1001110 1000001 11111 101011110 1000000 101010

Color Harmonies of #AF273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF273D

Black with #AF273D

Text Example


Text Example

White with #AF273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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