Html Css Color HEX #AF1830 Cardinal

📋 copy color: '#AF1830'

red 175 ◦ green 24 ◦ blue 48

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

Shades of Cardinal #AF1830

Tints of Cardinal #AF1830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

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

R = 70.85%
G = 9.72%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF1830 (or 0xAF1830) is known color: Cardinal. HEX triplet: AF, 18 and 30. RGB value is (175,24,48). Sum of RGB (Red+Green+Blue) = 175+24+48=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1830 is #50E7CF. Grayscale: #474747. Windows color (decimal): -5302224 or 3152047. OLE color: 3152047.

HSL color Cylindrical-coordinate representation of color #AF1830: hue angle of 350.46º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1830 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 48 -
CMYK 0 0.86 0.73 0.31
HSL 350.46º 0.76% 0.39% -
HSV(B) 350.46º 0.86% 0.69% -
XYZ 18.54 9.98 3.75 -
YUV 71.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 175 24 48 0 0.86 0.73 0.31 350.46 0.76 0.39
Hex AF 18 30 0 56 49 1F 15E 4C 27
Octal 257 30 60 0 126 111 37 536 114 47
Binary 10101111 11000 110000 0 1010110 1001001 11111 101011110 1001100 100111

Color Harmonies of #AF1830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1830

Black with #AF1830

Text Example


Text Example

White with #AF1830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1830; }

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

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

background-color css

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

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

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

border-color css

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

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

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