Html Css Color HEX #A8233F Cardinal

📋 copy color: '#A8233F'

red 168 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #A8233F

Tints of Cardinal #A8233F

RGB

 RED value IS 168 (66.02% from 255) = 63.16%

 GREEN value IS 35 (14.06% from 255) = 13.16%

 BLUE value IS 63 (25% from 255) = 23.68%

R = 63.16%
G = 13.16%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8233F (or 0xA8233F) is known color: Cardinal. HEX triplet: A8, 23 and 3F. RGB value is (168,35,63). Sum of RGB (Red+Green+Blue) = 168+35+63=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8233F is #57DCC0. Grayscale: #4D4D4D. Windows color (decimal): -5758145 or 4137896. OLE color: 4137896.

HSL color Cylindrical-coordinate representation of color #A8233F: hue angle of 347.37º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8233F is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 35 63 -
CMYK 0 0.79 0.63 0.34
HSL 347.37º 0.66% 0.4% -
HSV(B) 347.37º 0.79% 0.66% -
XYZ 17.65 9.89 5.68 -
YUV 77.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 168 35 63 0 0.79 0.63 0.34 347.37 0.66 0.4
Hex A8 23 3F 0 4F 3F 22 15B 42 28
Octal 250 43 77 0 117 77 42 533 102 50
Binary 10101000 100011 111111 0 1001111 111111 100010 101011011 1000010 101000

Color Harmonies of #A8233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8233F

Black with #A8233F

Text Example


Text Example

White with #A8233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8233F; }

 p { color: rgb(168,35,63); }

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

background-color css

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

 a { background-color: rgb(168,35,63); }

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

border-color css

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

 span { border-color: rgb(168,35,63); }

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