#CB3045

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

Shades of Brick Red #CB3045

Tints of Brick Red #CB3045

Color information

#CB3045 (or 0xCB3045) is unknown color: approx Brick Red. HEX triplet: CB, 30 and 45. RGB value is (203,48,69). Sum of RGB (Red+Green+Blue) = 203+48+69=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3045 is #34CFBA. Grayscale: #606060. Windows color (decimal): -3461051 or 4534475. OLE color: 4534475.

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

Color convert

RGB2034869-
CMYK00.760.660.20
HSL351.87º61.75%49.22%-
HSV(B)351.87º76.35%79.61%-
XYZ26.7615.247.16-
YUV96.74112.35203.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.44%
GREEN value IS 48 (19.14% from 255) = 15%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=63.44%
G=15%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203486900.760.660.20351.8761.7549.22
HexCB304504C42141603e31
Octal313601050114102245407661
Binary11001011110000100010101001100100001010100101100000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3045; }

 p { color: rgb(203,48,69); }

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

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

 a { background-color: rgb(203,48,69); }

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

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

 span { border-color: rgb(203,48,69); }

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