Html Css Color HEX #CB3E4A Brick Red

📋 copy color: '#CB3E4A'

red 203 ◦ green 62 ◦ blue 74

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

Shades of Brick Red #CB3E4A

Tints of Brick Red #CB3E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 59.88%
G = 18.29%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB3E4A (or 0xCB3E4A) is known color: Brick Red. HEX triplet: CB, 3E and 4A. RGB value is (203,62,74). Sum of RGB (Red+Green+Blue) = 203+62+74=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E4A is #34C1B5. Grayscale: #696969. Windows color (decimal): -3457462 or 4865739. OLE color: 4865739.

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

Color convert

RGB 203 62 74 -
CMYK 0 0.69 0.64 0.20
HSL 354.89º 0.58% 0.52% -
HSV(B) 354.89º 0.69% 0.8% -
XYZ 27.59 16.64 8.24 -
YUV 105.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 203 62 74 0 0.69 0.64 0.20 354.89 0.58 0.52
Hex CB 3E 4A 0 45 40 14 163 3A 34
Octal 313 76 112 0 105 100 24 543 72 64
Binary 11001011 111110 1001010 0 1000101 1000000 10100 101100011 111010 110100

Color Harmonies of #CB3E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3E4A

Black with #CB3E4A

Text Example


Text Example

White with #CB3E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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