Html Css Color HEX #AF433A Medium Carmine

📋 copy color: '#AF433A'

red 175 ◦ green 67 ◦ blue 58

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

Shades of Medium Carmine #AF433A

Tints of Medium Carmine #AF433A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.33%

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 58.33%
G = 22.33%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF433A (or 0xAF433A) is known color: Medium Carmine. HEX triplet: AF, 43 and 3A. RGB value is (175,67,58). Sum of RGB (Red+Green+Blue) = 175+67+58=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF433A is #50BCC5. Grayscale: #626262. Windows color (decimal): -5291206 or 3818415. OLE color: 3818415.

HSL color Cylindrical-coordinate representation of color #AF433A: hue angle of 4.62º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF433A is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 67 58 -
CMYK 0 0.62 0.67 0.31
HSL 4.62º 0.5% 0.46% -
HSV(B) 4.62º 0.67% 0.69% -
XYZ 20.45 13.43 5.52 -
YUV 98.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 175 67 58 0 0.62 0.67 0.31 4.62 0.5 0.46
Hex AF 43 3A 0 3E 43 1F 5 32 2E
Octal 257 103 72 0 76 103 37 5 62 56
Binary 10101111 1000011 111010 0 111110 1000011 11111 101 110010 101110

Color Harmonies of #AF433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF433A

Black with #AF433A

Text Example


Text Example

White with #AF433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF433A; }

 p { color: rgb(175,67,58); }

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

background-color css

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

 a { background-color: rgb(175,67,58); }

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

border-color css

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

 span { border-color: rgb(175,67,58); }

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