#CB394B

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

Shades of Brick Red #CB394B

Tints of Brick Red #CB394B

Color information

#CB394B (or 0xCB394B) is unknown color: approx Brick Red. HEX triplet: CB, 39 and 4B. RGB value is (203,57,75). Sum of RGB (Red+Green+Blue) = 203+57+75=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB394B is #34C6B4. Grayscale: #666666. Windows color (decimal): -3458741 or 4929995. OLE color: 4929995.

HSL color Cylindrical-coordinate representation of color #CB394B: hue angle of 352.6º 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 #CB394B is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB2035775-
CMYK00.720.630.20
HSL352.6º58.4%50.98%-
HSV(B)352.6º71.92%79.61%-
XYZ27.3616.138.33-
YUV102.71112.37199.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.60%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=60.60%
G=17.01%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203577500.720.630.20352.658.450.98
HexCB394B0483F141613a33
Octal31371113011077245417263
Binary1100101111100110010110100100011111110100101100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB394B; }

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

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

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

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

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

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

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

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