Html Css Color HEX #AF1234 Cardinal

📋 copy color: '#AF1234'

red 175 ◦ green 18 ◦ blue 52

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

Shades of Cardinal #AF1234

Tints of Cardinal #AF1234

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

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

R = 71.43%
G = 7.35%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF1234 (or 0xAF1234) is known color: Cardinal. HEX triplet: AF, 12 and 34. RGB value is (175,18,52). Sum of RGB (Red+Green+Blue) = 175+18+52=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1234 is #50EDCB. Grayscale: #444444. Windows color (decimal): -5303756 or 3412655. OLE color: 3412655.

HSL color Cylindrical-coordinate representation of color #AF1234: hue angle of 347.01º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1234 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 52 -
CMYK 0 0.90 0.70 0.31
HSL 347.01º 0.81% 0.38% -
HSV(B) 347.01º 0.9% 0.69% -
XYZ 18.52 9.79 4.16 -
YUV 68.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 175 18 52 0 0.90 0.70 0.31 347.01 0.81 0.38
Hex AF 12 34 0 5A 46 1F 15B 51 26
Octal 257 22 64 0 132 106 37 533 121 46
Binary 10101111 10010 110100 0 1011010 1000110 11111 101011011 1010001 100110

Color Harmonies of #AF1234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1234

Black with #AF1234

Text Example


Text Example

White with #AF1234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1234; }

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

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

background-color css

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

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

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

border-color css

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

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

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