Html Css Color HEX #CB2348 Brick Red

📋 copy color: '#CB2348'

red 203 ◦ green 35 ◦ blue 72

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

Shades of Brick Red #CB2348

Tints of Brick Red #CB2348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.29%

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 65.48%
G = 11.29%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB2348 (or 0xCB2348) is known color: Brick Red. HEX triplet: CB, 23 and 48. RGB value is (203,35,72). Sum of RGB (Red+Green+Blue) = 203+35+72=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2348 is #34DCB7. Grayscale: #595959. Windows color (decimal): -3464376 or 4727755. OLE color: 4727755.

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

Color convert

RGB 203 35 72 -
CMYK 0 0.83 0.65 0.20
HSL 346.79º 0.71% 0.47% -
HSV(B) 346.79º 0.83% 0.8% -
XYZ 26.4 14.37 7.51 -
YUV 89.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 203 35 72 0 0.83 0.65 0.20 346.79 0.71 0.47
Hex CB 23 48 0 53 41 14 15B 47 2F
Octal 313 43 110 0 123 101 24 533 107 57
Binary 11001011 100011 1001000 0 1010011 1000001 10100 101011011 1000111 101111

Color Harmonies of #CB2348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2348

Black with #CB2348

Text Example


Text Example

White with #CB2348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2348; }

 p { color: rgb(203,35,72); }

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

background-color css

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

 a { background-color: rgb(203,35,72); }

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

border-color css

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

 span { border-color: rgb(203,35,72); }

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