Html Css Color HEX #AF1530 Cardinal

📋 copy color: '#AF1530'

red 175 ◦ green 21 ◦ blue 48

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

Shades of Cardinal #AF1530

Tints of Cardinal #AF1530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 71.72%
G = 8.61%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF1530 (or 0xAF1530) is known color: Cardinal. HEX triplet: AF, 15 and 30. RGB value is (175,21,48). Sum of RGB (Red+Green+Blue) = 175+21+48=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1530 is #50EACF. Grayscale: #464646. Windows color (decimal): -5302992 or 3151279. OLE color: 3151279.

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

Color convert

RGB 175 21 48 -
CMYK 0 0.88 0.73 0.31
HSL 349.48º 0.79% 0.38% -
HSV(B) 349.48º 0.88% 0.69% -
XYZ 18.48 9.86 3.73 -
YUV 70.12 115.52 202.8 -
System Red Green Blue C M Y K H S L
Decimal 175 21 48 0 0.88 0.73 0.31 349.48 0.79 0.38
Hex AF 15 30 0 58 49 1F 15D 4F 26
Octal 257 25 60 0 130 111 37 535 117 46
Binary 10101111 10101 110000 0 1011000 1001001 11111 101011101 1001111 100110

Color Harmonies of #AF1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1530

Black with #AF1530

Text Example


Text Example

White with #AF1530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1530; }

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

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

background-color css

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

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

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

border-color css

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

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

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