Html Css Color HEX #AF0430 Cardinal

📋 copy color: '#AF0430'

red 175 ◦ green 4 ◦ blue 48

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

Shades of Cardinal #AF0430

Tints of Cardinal #AF0430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

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

R = 77.09%
G = 1.76%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF0430 (or 0xAF0430) is known color: Cardinal. HEX triplet: AF, 04 and 30. RGB value is (175,4,48). Sum of RGB (Red+Green+Blue) = 175+4+48=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0430 is #50FBCF. Grayscale: #3C3C3C. Windows color (decimal): -5307344 or 3146927. OLE color: 3146927.

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

Color convert

RGB 175 4 48 -
CMYK 0 0.98 0.73 0.31
HSL 344.56º 0.96% 0.35% -
HSV(B) 344.56º 0.98% 0.69% -
XYZ 18.26 9.41 3.65 -
YUV 60.15 121.15 209.92 -
System Red Green Blue C M Y K H S L
Decimal 175 4 48 0 0.98 0.73 0.31 344.56 0.96 0.35
Hex AF 4 30 0 62 49 1F 159 60 23
Octal 257 4 60 0 142 111 37 531 140 43
Binary 10101111 100 110000 0 1100010 1001001 11111 101011001 1100000 100011

Color Harmonies of #AF0430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0430

Black with #AF0430

Text Example


Text Example

White with #AF0430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0430; }

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

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

background-color css

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

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

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

border-color css

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

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

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