Html Css Color HEX #AF1030 Cardinal

📋 copy color: '#AF1030'

red 175 ◦ green 16 ◦ blue 48

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

Shades of Cardinal #AF1030

Tints of Cardinal #AF1030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.69%

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

R = 73.22%
G = 6.69%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF1030 (or 0xAF1030) is known color: Cardinal. HEX triplet: AF, 10 and 30. RGB value is (175,16,48). Sum of RGB (Red+Green+Blue) = 175+16+48=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1030 is #50EFCF. Grayscale: #434343. Windows color (decimal): -5304272 or 3149999. OLE color: 3149999.

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

Color convert

RGB 175 16 48 -
CMYK 0 0.91 0.73 0.31
HSL 347.92º 0.83% 0.37% -
HSV(B) 347.92º 0.91% 0.69% -
XYZ 18.4 9.7 3.7 -
YUV 67.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 175 16 48 0 0.91 0.73 0.31 347.92 0.83 0.37
Hex AF 10 30 0 5B 49 1F 15C 53 25
Octal 257 20 60 0 133 111 37 534 123 45
Binary 10101111 10000 110000 0 1011011 1001001 11111 101011100 1010011 100101

Color Harmonies of #AF1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1030

Black with #AF1030

Text Example


Text Example

White with #AF1030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1030; }

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

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

background-color css

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

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

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

border-color css

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

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

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