Html Css Color HEX #CB334A Brick Red

📋 copy color: '#CB334A'

red 203 ◦ green 51 ◦ blue 74

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

Shades of Brick Red #CB334A

Tints of Brick Red #CB334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

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

R = 61.89%
G = 15.55%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB334A (or 0xCB334A) is known color: Brick Red. HEX triplet: CB, 33 and 4A. RGB value is (203,51,74). Sum of RGB (Red+Green+Blue) = 203+51+74=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB334A is #34CCB5. Grayscale: #636363. Windows color (decimal): -3460278 or 4862923. OLE color: 4862923.

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

Color convert

RGB 203 51 74 -
CMYK 0 0.75 0.64 0.20
HSL 350.92º 0.6% 0.5% -
HSV(B) 350.92º 0.75% 0.8% -
XYZ 27.05 15.56 8.06 -
YUV 99.07 113.86 202.13 -
System Red Green Blue C M Y K H S L
Decimal 203 51 74 0 0.75 0.64 0.20 350.92 0.6 0.5
Hex CB 33 4A 0 4B 40 14 15F 3C 32
Octal 313 63 112 0 113 100 24 537 74 62
Binary 11001011 110011 1001010 0 1001011 1000000 10100 101011111 111100 110010

Color Harmonies of #CB334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB334A

Black with #CB334A

Text Example


Text Example

White with #CB334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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