Html Css Color HEX #CB2649 Brick Red

📋 copy color: '#CB2649'

red 203 ◦ green 38 ◦ blue 73

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

Shades of Brick Red #CB2649

Tints of Brick Red #CB2649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

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

R = 64.65%
G = 12.1%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB2649 (or 0xCB2649) is known color: Brick Red. HEX triplet: CB, 26 and 49. RGB value is (203,38,73). Sum of RGB (Red+Green+Blue) = 203+38+73=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2649 is #34D9B6. Grayscale: #5B5B5B. Windows color (decimal): -3463607 or 4794059. OLE color: 4794059.

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

Color convert

RGB 203 38 73 -
CMYK 0 0.81 0.64 0.20
HSL 347.27º 0.68% 0.47% -
HSV(B) 347.27º 0.81% 0.8% -
XYZ 26.52 14.56 7.72 -
YUV 91.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 203 38 73 0 0.81 0.64 0.20 347.27 0.68 0.47
Hex CB 26 49 0 51 40 14 15B 44 2F
Octal 313 46 111 0 121 100 24 533 104 57
Binary 11001011 100110 1001001 0 1010001 1000000 10100 101011011 1000100 101111

Color Harmonies of #CB2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2649

Black with #CB2649

Text Example


Text Example

White with #CB2649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2649; }

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

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

background-color css

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

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

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

border-color css

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

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

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