Html Css Color HEX #CB2546 Brick Red

📋 copy color: '#CB2546'

red 203 ◦ green 37 ◦ blue 70

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

Shades of Brick Red #CB2546

Tints of Brick Red #CB2546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

 BLUE value IS 70 (27.73% from 255) = 22.58%

R = 65.48%
G = 11.94%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB2546 (or 0xCB2546) is known color: Brick Red. HEX triplet: CB, 25 and 46. RGB value is (203,37,70). Sum of RGB (Red+Green+Blue) = 203+37+70=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2546 is #34DAB9. Grayscale: #5A5A5A. Windows color (decimal): -3463866 or 4597195. OLE color: 4597195.

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

Color convert

RGB 203 37 70 -
CMYK 0 0.82 0.66 0.20
HSL 348.07º 0.69% 0.47% -
HSV(B) 348.07º 0.82% 0.8% -
XYZ 26.4 14.46 7.19 -
YUV 90.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 203 37 70 0 0.82 0.66 0.20 348.07 0.69 0.47
Hex CB 25 46 0 52 42 14 15C 45 2F
Octal 313 45 106 0 122 102 24 534 105 57
Binary 11001011 100101 1000110 0 1010010 1000010 10100 101011100 1000101 101111

Color Harmonies of #CB2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2546

Black with #CB2546

Text Example


Text Example

White with #CB2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2546; }

 p { color: rgb(203,37,70); }

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

background-color css

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

 a { background-color: rgb(203,37,70); }

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

border-color css

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

 span { border-color: rgb(203,37,70); }

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