Html Css Color HEX #AF1238 Cardinal

📋 copy color: '#AF1238'

red 175 ◦ green 18 ◦ blue 56

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

Shades of Cardinal #AF1238

Tints of Cardinal #AF1238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.49%

R = 70.28%
G = 7.23%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF1238 (or 0xAF1238) is known color: Cardinal. HEX triplet: AF, 12 and 38. RGB value is (175,18,56). Sum of RGB (Red+Green+Blue) = 175+18+56=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1238 is #50EDC7. Grayscale: #454545. Windows color (decimal): -5303752 or 3674799. OLE color: 3674799.

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

Color convert

RGB 175 18 56 -
CMYK 0 0.90 0.68 0.31
HSL 345.48º 0.81% 0.38% -
HSV(B) 345.48º 0.9% 0.69% -
XYZ 18.61 9.83 4.66 -
YUV 69.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 175 18 56 0 0.90 0.68 0.31 345.48 0.81 0.38
Hex AF 12 38 0 5A 44 1F 159 51 26
Octal 257 22 70 0 132 104 37 531 121 46
Binary 10101111 10010 111000 0 1011010 1000100 11111 101011001 1010001 100110

Color Harmonies of #AF1238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1238

Black with #AF1238

Text Example


Text Example

White with #AF1238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1238; }

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

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

background-color css

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

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

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

border-color css

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

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

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