Html Css Color HEX #AF153D Cardinal

📋 copy color: '#AF153D'

red 175 ◦ green 21 ◦ blue 61

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

Shades of Cardinal #AF153D

Tints of Cardinal #AF153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

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

R = 68.09%
G = 8.17%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF153D (or 0xAF153D) is known color: Cardinal. HEX triplet: AF, 15 and 3D. RGB value is (175,21,61). Sum of RGB (Red+Green+Blue) = 175+21+61=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF153D is #50EAC2. Grayscale: #474747. Windows color (decimal): -5302979 or 4003247. OLE color: 4003247.

HSL color Cylindrical-coordinate representation of color #AF153D: hue angle of 344.42º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF153D is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 21 61 -
CMYK 0 0.88 0.65 0.31
HSL 344.42º 0.79% 0.38% -
HSV(B) 344.42º 0.88% 0.69% -
XYZ 18.79 9.99 5.35 -
YUV 71.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 175 21 61 0 0.88 0.65 0.31 344.42 0.79 0.38
Hex AF 15 3D 0 58 41 1F 158 4F 26
Octal 257 25 75 0 130 101 37 530 117 46
Binary 10101111 10101 111101 0 1011000 1000001 11111 101011000 1001111 100110

Color Harmonies of #AF153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF153D

Black with #AF153D

Text Example


Text Example

White with #AF153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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