Html Css Color HEX #CB3241 Brick Red

📋 copy color: '#CB3241'

red 203 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #CB3241

Tints of Brick Red #CB3241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.44%

R = 63.84%
G = 15.72%
B = 20.44%

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

#CB3241 (or 0xCB3241) is known color: Brick Red. HEX triplet: CB, 32 and 41. RGB value is (203,50,65). Sum of RGB (Red+Green+Blue) = 203+50+65=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3241 is #34CDBE. Grayscale: #616161. Windows color (decimal): -3460543 or 4272843. OLE color: 4272843.

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

Color convert

RGB 203 50 65 -
CMYK 0 0.75 0.68 0.20
HSL 354.12º 0.6% 0.5% -
HSV(B) 354.12º 0.75% 0.8% -
XYZ 26.72 15.36 6.56 -
YUV 97.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 203 50 65 0 0.75 0.68 0.20 354.12 0.6 0.5
Hex CB 32 41 0 4B 44 14 162 3C 32
Octal 313 62 101 0 113 104 24 542 74 62
Binary 11001011 110010 1000001 0 1001011 1000100 10100 101100010 111100 110010

Color Harmonies of #CB3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3241

Black with #CB3241

Text Example


Text Example

White with #CB3241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3241; }

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

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

background-color css

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

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

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

border-color css

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

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

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