Html Css Color HEX #CB2746 Brick Red

📋 copy color: '#CB2746'

red 203 ◦ green 39 ◦ blue 70

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

Shades of Brick Red #CB2746

Tints of Brick Red #CB2746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.5%

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

R = 65.06%
G = 12.5%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB2746 (or 0xCB2746) is known color: Brick Red. HEX triplet: CB, 27 and 46. RGB value is (203,39,70). Sum of RGB (Red+Green+Blue) = 203+39+70=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2746 is #34D8B9. Grayscale: #5B5B5B. Windows color (decimal): -3463354 or 4597707. OLE color: 4597707.

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

Color convert

RGB 203 39 70 -
CMYK 0 0.81 0.66 0.20
HSL 348.66º 0.68% 0.47% -
HSV(B) 348.66º 0.81% 0.8% -
XYZ 26.46 14.59 7.22 -
YUV 91.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 203 39 70 0 0.81 0.66 0.20 348.66 0.68 0.47
Hex CB 27 46 0 51 42 14 15D 44 2F
Octal 313 47 106 0 121 102 24 535 104 57
Binary 11001011 100111 1000110 0 1010001 1000010 10100 101011101 1000100 101111

Color Harmonies of #CB2746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2746

Black with #CB2746

Text Example


Text Example

White with #CB2746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2746; }

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

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

background-color css

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

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

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

border-color css

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

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

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