Html Css Color HEX #CB3240 Brick Red

📋 copy color: '#CB3240'

red 203 ◦ green 50 ◦ blue 64

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

Shades of Brick Red #CB3240

Tints of Brick Red #CB3240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 64.04%
G = 15.77%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB3240 (or 0xCB3240) is known color: Brick Red. HEX triplet: CB, 32 and 40. RGB value is (203,50,64). Sum of RGB (Red+Green+Blue) = 203+50+64=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3240 is #34CDBF. Grayscale: #616161. Windows color (decimal): -3460544 or 4207307. OLE color: 4207307.

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

Color convert

RGB 203 50 64 -
CMYK 0 0.75 0.68 0.20
HSL 354.51º 0.6% 0.5% -
HSV(B) 354.51º 0.75% 0.8% -
XYZ 26.69 15.35 6.41 -
YUV 97.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 203 50 64 0 0.75 0.68 0.20 354.51 0.6 0.5
Hex CB 32 40 0 4B 44 14 163 3C 32
Octal 313 62 100 0 113 104 24 543 74 62
Binary 11001011 110010 1000000 0 1001011 1000100 10100 101100011 111100 110010

Color Harmonies of #CB3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3240

Black with #CB3240

Text Example


Text Example

White with #CB3240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3240; }

 p { color: rgb(203,50,64); }

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

background-color css

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

 a { background-color: rgb(203,50,64); }

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

border-color css

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

 span { border-color: rgb(203,50,64); }

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