Html Css Color HEX #A23F34 Medium Carmine

📋 copy color: '#A23F34'

red 162 ◦ green 63 ◦ blue 52

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

Shades of Medium Carmine #A23F34

Tints of Medium Carmine #A23F34

RGB

 RED value IS 162 (63.67% from 255) = 58.48%

 GREEN value IS 63 (25% from 255) = 22.74%

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

R = 58.48%
G = 22.74%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A23F34 (or 0xA23F34) is known color: Medium Carmine. HEX triplet: A2, 3F and 34. RGB value is (162,63,52). Sum of RGB (Red+Green+Blue) = 162+63+52=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F34 is #5DC0CB. Grayscale: #5B5B5B. Windows color (decimal): -6144204 or 3424162. OLE color: 3424162.

HSL color Cylindrical-coordinate representation of color #A23F34: hue angle of 6º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23F34 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 63 52 -
CMYK 0 0.61 0.68 0.36
HSL 0.51% 0.42% -
HSV(B) 0.68% 0.64% -
XYZ 17.3 11.48 4.55 -
YUV 91.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 162 63 52 0 0.61 0.68 0.36 6 0.51 0.42
Hex A2 3F 34 0 3D 44 24 6 33 2A
Octal 242 77 64 0 75 104 44 6 63 52
Binary 10100010 111111 110100 0 111101 1000100 100100 110 110011 101010

Color Harmonies of #A23F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23F34

Black with #A23F34

Text Example


Text Example

White with #A23F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23F34; }

 p { color: rgb(162,63,52); }

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

background-color css

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

 a { background-color: rgb(162,63,52); }

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

border-color css

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

 span { border-color: rgb(162,63,52); }

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