Html Css Color HEX #AF1730 Cardinal

📋 copy color: '#AF1730'

red 175 ◦ green 23 ◦ blue 48

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

Shades of Cardinal #AF1730

Tints of Cardinal #AF1730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

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

R = 71.14%
G = 9.35%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF1730 (or 0xAF1730) is known color: Cardinal. HEX triplet: AF, 17 and 30. RGB value is (175,23,48). Sum of RGB (Red+Green+Blue) = 175+23+48=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1730 is #50E8CF. Grayscale: #474747. Windows color (decimal): -5302480 or 3151791. OLE color: 3151791.

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

Color convert

RGB 175 23 48 -
CMYK 0 0.87 0.73 0.31
HSL 350.13º 0.77% 0.39% -
HSV(B) 350.13º 0.87% 0.69% -
XYZ 18.52 9.94 3.74 -
YUV 71.3 114.86 201.97 -
System Red Green Blue C M Y K H S L
Decimal 175 23 48 0 0.87 0.73 0.31 350.13 0.77 0.39
Hex AF 17 30 0 57 49 1F 15E 4D 27
Octal 257 27 60 0 127 111 37 536 115 47
Binary 10101111 10111 110000 0 1010111 1001001 11111 101011110 1001101 100111

Color Harmonies of #AF1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1730

Black with #AF1730

Text Example


Text Example

White with #AF1730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1730; }

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

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

background-color css

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

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

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

border-color css

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

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

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