#C34B4B

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

Shades of Sunset #C34B4B

Tints of Sunset #C34B4B

Color information

#C34B4B (or 0xC34B4B) is unknown color: approx Sunset. HEX triplet: C3, 4B and 4B. RGB value is (195,75,75). Sum of RGB (Red+Green+Blue) = 195+75+75=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34B4B is #3CB4B4. Grayscale: #6F6F6F. Windows color (decimal): -3978421 or 4934595. OLE color: 4934595.

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

Color convert

RGB1957575-
CMYK00.620.620.24
HSL50%52.94%-
HSV(B)61.54%76.47%-
XYZ26.2917.148.58-
YUV110.88107.76188-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.52%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=56.52%
G=21.74%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195757500.620.620.2405052.94
HexC34B4B03E3E1803235
Octal303113113076763006265
Binary11000011100101110010110111110111110110000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34B4B; }

 p { color: rgb(195,75,75); }

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

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

 a { background-color: rgb(195,75,75); }

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

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

 span { border-color: rgb(195,75,75); }

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