Html Css Color HEX #AF1430 Cardinal

📋 copy color: '#AF1430'

red 175 ◦ green 20 ◦ blue 48

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

Shades of Cardinal #AF1430

Tints of Cardinal #AF1430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.23%

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

R = 72.02%
G = 8.23%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF1430 (or 0xAF1430) is known color: Cardinal. HEX triplet: AF, 14 and 30. RGB value is (175,20,48). Sum of RGB (Red+Green+Blue) = 175+20+48=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1430 is #50EBCF. Grayscale: #454545. Windows color (decimal): -5303248 or 3151023. OLE color: 3151023.

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

Color convert

RGB 175 20 48 -
CMYK 0 0.89 0.73 0.31
HSL 349.16º 0.79% 0.38% -
HSV(B) 349.16º 0.89% 0.69% -
XYZ 18.46 9.83 3.72 -
YUV 69.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 175 20 48 0 0.89 0.73 0.31 349.16 0.79 0.38
Hex AF 14 30 0 59 49 1F 15D 4F 26
Octal 257 24 60 0 131 111 37 535 117 46
Binary 10101111 10100 110000 0 1011001 1001001 11111 101011101 1001111 100110

Color Harmonies of #AF1430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1430

Black with #AF1430

Text Example


Text Example

White with #AF1430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1430; }

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

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

background-color css

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

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

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

border-color css

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

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

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