Html Css Color HEX #CB3749 Brick Red

📋 copy color: '#CB3749'

red 203 ◦ green 55 ◦ blue 73

#CB3749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #CB3749

Tints of Brick Red #CB3749

RGB

 RED value IS 203 (79.69% from 255) = 61.33%

 GREEN value IS 55 (21.88% from 255) = 16.62%

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 61.33%
G = 16.62%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB3749 (or 0xCB3749) is known color: Brick Red. HEX triplet: CB, 37 and 49. RGB value is (203,55,73). Sum of RGB (Red+Green+Blue) = 203+55+73=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3749 is #34C8B6. Grayscale: #656565. Windows color (decimal): -3459255 or 4798411. OLE color: 4798411.

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

Color convert

RGB 203 55 73 -
CMYK 0 0.73 0.64 0.20
HSL 352.7º 0.59% 0.51% -
HSV(B) 352.7º 0.73% 0.8% -
XYZ 27.2 15.91 7.94 -
YUV 101.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 203 55 73 0 0.73 0.64 0.20 352.7 0.59 0.51
Hex CB 37 49 0 49 40 14 161 3B 33
Octal 313 67 111 0 111 100 24 541 73 63
Binary 11001011 110111 1001001 0 1001001 1000000 10100 101100001 111011 110011

Color Harmonies of #CB3749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3749

Black with #CB3749

Text Example


Text Example

White with #CB3749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3749; }

 p { color: rgb(203,55,73); }

 H1.HeaderClassName
 {
   color: #CB3749;
 }
 .AnyTagClassName
 {
   color: #CB3749;
 }
</style>

background-color css

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

 a { background-color: rgb(203,55,73); }

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

border-color css

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

 span { border-color: rgb(203,55,73); }

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