#CB3044

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

Shades of Brick Red #CB3044

Tints of Brick Red #CB3044

Color information

#CB3044 (or 0xCB3044) is unknown color: approx Brick Red. HEX triplet: CB, 30 and 44. RGB value is (203,48,68). Sum of RGB (Red+Green+Blue) = 203+48+68=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3044 is #34CFBB. Grayscale: #606060. Windows color (decimal): -3461052 or 4468939. OLE color: 4468939.

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

Color convert

RGB2034868-
CMYK00.760.670.20
HSL352.26º61.75%49.22%-
HSV(B)352.26º76.35%79.61%-
XYZ26.7315.237-
YUV96.62111.85203.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.64%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=63.64%
G=15.05%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203486800.760.670.20352.2661.7549.22
HexCB304404C43141603e31
Octal313601040114103245407661
Binary11001011110000100010001001100100001110100101100000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3044; }

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

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

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

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

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

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

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

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