Html Css Color HEX #CB3E4C Brick Red

📋 copy color: '#CB3E4C'

red 203 ◦ green 62 ◦ blue 76

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

Shades of Brick Red #CB3E4C

Tints of Brick Red #CB3E4C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.18%

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 59.53%
G = 18.18%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB3E4C (or 0xCB3E4C) is known color: Brick Red. HEX triplet: CB, 3E and 4C. RGB value is (203,62,76). Sum of RGB (Red+Green+Blue) = 203+62+76=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E4C is #34C1B3. Grayscale: #696969. Windows color (decimal): -3457460 or 4996811. OLE color: 4996811.

HSL color Cylindrical-coordinate representation of color #CB3E4C: hue angle of 354.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3E4C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 62 76 -
CMYK 0 0.69 0.63 0.20
HSL 354.04º 0.58% 0.52% -
HSV(B) 354.04º 0.69% 0.8% -
XYZ 27.66 16.66 8.6 -
YUV 105.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 203 62 76 0 0.69 0.63 0.20 354.04 0.58 0.52
Hex CB 3E 4C 0 45 3F 14 162 3A 34
Octal 313 76 114 0 105 77 24 542 72 64
Binary 11001011 111110 1001100 0 1000101 111111 10100 101100010 111010 110100

Color Harmonies of #CB3E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3E4C

Black with #CB3E4C

Text Example


Text Example

White with #CB3E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3E4C; }

 p { color: rgb(203,62,76); }

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

background-color css

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

 a { background-color: rgb(203,62,76); }

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

border-color css

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

 span { border-color: rgb(203,62,76); }

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