#CB394A

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

Shades of Brick Red #CB394A

Tints of Brick Red #CB394A

Color information

#CB394A (or 0xCB394A) is unknown color: approx Brick Red. HEX triplet: CB, 39 and 4A. RGB value is (203,57,74). Sum of RGB (Red+Green+Blue) = 203+57+74=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB394A is #34C6B5. Grayscale: #666666. Windows color (decimal): -3458742 or 4864459. OLE color: 4864459.

HSL color Cylindrical-coordinate representation of color #CB394A: hue angle of 353.01º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB394A is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB2035774-
CMYK00.720.640.20
HSL353.01º58.4%50.98%-
HSV(B)353.01º71.92%79.61%-
XYZ27.3316.128.15-
YUV102.59111.87199.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.78%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=60.78%
G=17.07%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203577400.720.640.20353.0158.450.98
HexCB394A04840141613a33
Octal313711120110100245417263
Binary11001011111001100101001001000100000010100101100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB394A; }

 p { color: rgb(203,57,74); }

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

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

 a { background-color: rgb(203,57,74); }

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

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

 span { border-color: rgb(203,57,74); }

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