#C43B3A

Color #C43B3A Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #C43B3A

Tints of Persian Red #C43B3A

Color information

#C43B3A (or 0xC43B3A) is unknown color: approx Persian Red. HEX triplet: C4, 3B and 3A. RGB value is (196,59,58). Sum of RGB (Red+Green+Blue) = 196+59+58=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43B3A is #3BC4C5. Grayscale: #636363. Windows color (decimal): -3916998 or 3816388. OLE color: 3816388.

HSL color Cylindrical-coordinate representation of color #C43B3A: hue angle of 0.43º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43B3A is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1965958-
CMYK00.700.700.23
HSL0.43º54.33%49.8%-
HSV(B)0.43º70.41%76.86%-
XYZ25.0915.175.61-
YUV99.85104.39196.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.62%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=62.62%
G=18.85%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196595800.700.700.230.4354.3349.8
HexC43B3A046461703632
Octal304737201061062706662
Binary11000100111011111010010001101000110101110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43B3A; }

 p { color: rgb(196,59,58); }

 H1.HeaderClassName
 {
   color: #C43B3A;
 }
 .AnyTagClassName
 {
   color: #C43B3A;
 }
</style>
background-color css

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

 a { background-color: rgb(196,59,58); }

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

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

 span { border-color: rgb(196,59,58); }

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