#CB3A4B

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

Shades of Brick Red #CB3A4B

Tints of Brick Red #CB3A4B

Color information

#CB3A4B (or 0xCB3A4B) is unknown color: approx Brick Red. HEX triplet: CB, 3A and 4B. RGB value is (203,58,75). Sum of RGB (Red+Green+Blue) = 203+58+75=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3A4B is #34C5B4. Grayscale: #676767. Windows color (decimal): -3458485 or 4930251. OLE color: 4930251.

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

Color convert

RGB2035875-
CMYK00.710.630.20
HSL352.97º58.23%51.18%-
HSV(B)352.97º71.43%79.61%-
XYZ27.4116.238.34-
YUV103.29112.04199.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.42%
GREEN value IS 58 (23.05% from 255) = 17.26%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=60.42%
G=17.26%
B=22.32%

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
Decimal203587500.710.630.20352.9758.2351.18
HexCB3A4B0473F141613a33
Octal31372113010777245417263
Binary1100101111101010010110100011111111110100101100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3A4B; }

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

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

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

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

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

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

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

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