Html Css Color HEX #CB2C3D Brick Red

📋 copy color: '#CB2C3D'

red 203 ◦ green 44 ◦ blue 61

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

Shades of Brick Red #CB2C3D

Tints of Brick Red #CB2C3D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.29%

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 65.91%
G = 14.29%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB2C3D (or 0xCB2C3D) is known color: Brick Red. HEX triplet: CB, 2C and 3D. RGB value is (203,44,61). Sum of RGB (Red+Green+Blue) = 203+44+61=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C3D is #34D3C2. Grayscale: #5D5D5D. Windows color (decimal): -3462083 or 4009163. OLE color: 4009163.

HSL color Cylindrical-coordinate representation of color #CB2C3D: hue angle of 353.58º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2C3D is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 44 61 -
CMYK 0 0.78 0.70 0.20
HSL 353.58º 0.64% 0.48% -
HSV(B) 353.58º 0.78% 0.8% -
XYZ 26.37 14.83 5.89 -
YUV 93.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 203 44 61 0 0.78 0.70 0.20 353.58 0.64 0.48
Hex CB 2C 3D 0 4E 46 14 162 40 30
Octal 313 54 75 0 116 106 24 542 100 60
Binary 11001011 101100 111101 0 1001110 1000110 10100 101100010 1000000 110000

Color Harmonies of #CB2C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2C3D

Black with #CB2C3D

Text Example


Text Example

White with #CB2C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2C3D; }

 p { color: rgb(203,44,61); }

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

background-color css

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

 a { background-color: rgb(203,44,61); }

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

border-color css

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

 span { border-color: rgb(203,44,61); }

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