#CB3B4B

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

Shades of Brick Red #CB3B4B

Tints of Brick Red #CB3B4B

Color information

#CB3B4B (or 0xCB3B4B) is unknown color: approx Brick Red. HEX triplet: CB, 3B and 4B. RGB value is (203,59,75). Sum of RGB (Red+Green+Blue) = 203+59+75=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3B4B is #34C4B4. Grayscale: #676767. Windows color (decimal): -3458229 or 4930507. OLE color: 4930507.

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

Color convert

RGB2035975-
CMYK00.710.630.20
HSL353.33º58.06%51.37%-
HSV(B)353.33º70.94%79.61%-
XYZ27.4616.338.36-
YUV103.88111.71198.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.24%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=60.24%
G=17.51%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203597500.710.630.20353.3358.0651.37
HexCB3B4B0473F141613a33
Octal31373113010777245417263
Binary1100101111101110010110100011111111110100101100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3B4B; }

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

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

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

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

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

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

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

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