Html Css Color HEX #AF1034 Cardinal

📋 copy color: '#AF1034'

red 175 ◦ green 16 ◦ blue 52

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

Shades of Cardinal #AF1034

Tints of Cardinal #AF1034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.4%

R = 72.02%
G = 6.58%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF1034 (or 0xAF1034) is known color: Cardinal. HEX triplet: AF, 10 and 34. RGB value is (175,16,52). Sum of RGB (Red+Green+Blue) = 175+16+52=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1034 is #50EFCB. Grayscale: #434343. Windows color (decimal): -5304268 or 3412143. OLE color: 3412143.

HSL color Cylindrical-coordinate representation of color #AF1034: hue angle of 346.42º 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 #AF1034 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 52 -
CMYK 0 0.91 0.70 0.31
HSL 346.42º 0.83% 0.37% -
HSV(B) 346.42º 0.91% 0.69% -
XYZ 18.48 9.73 4.15 -
YUV 67.65 119.18 204.57 -
System Red Green Blue C M Y K H S L
Decimal 175 16 52 0 0.91 0.70 0.31 346.42 0.83 0.37
Hex AF 10 34 0 5B 46 1F 15A 53 25
Octal 257 20 64 0 133 106 37 532 123 45
Binary 10101111 10000 110100 0 1011011 1000110 11111 101011010 1010011 100101

Color Harmonies of #AF1034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1034

Black with #AF1034

Text Example


Text Example

White with #AF1034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1034; }

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

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

background-color css

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

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

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

border-color css

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

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

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