#CB364A

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

Shades of Brick Red #CB364A

Tints of Brick Red #CB364A

Color information

#CB364A (or 0xCB364A) is unknown color: approx Brick Red. HEX triplet: CB, 36 and 4A. RGB value is (203,54,74). Sum of RGB (Red+Green+Blue) = 203+54+74=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB364A is #34C9B5. Grayscale: #646464. Windows color (decimal): -3459510 or 4863691. OLE color: 4863691.

HSL color Cylindrical-coordinate representation of color #CB364A: hue angle of 351.95º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB364A is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB2035474-
CMYK00.730.640.20
HSL351.95º58.89%50.39%-
HSV(B)351.95º73.4%79.61%-
XYZ27.1815.838.1-
YUV100.83112.86200.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.33%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=61.33%
G=16.31%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203547400.730.640.20351.9558.8950.39
HexCB364A04940141603b32
Octal313661120111100245407362
Binary11001011110110100101001001001100000010100101100000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB364A; }

 p { color: rgb(203,54,74); }

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

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

 a { background-color: rgb(203,54,74); }

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

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

 span { border-color: rgb(203,54,74); }

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