Html Css Color HEX #CB324B Brick Red

📋 copy color: '#CB324B'

red 203 ◦ green 50 ◦ blue 75

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

Shades of Brick Red #CB324B

Tints of Brick Red #CB324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 61.89%
G = 15.24%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB324B (or 0xCB324B) is known color: Brick Red. HEX triplet: CB, 32 and 4B. RGB value is (203,50,75). Sum of RGB (Red+Green+Blue) = 203+50+75=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB324B is #34CDB4. Grayscale: #626262. Windows color (decimal): -3460533 or 4928203. OLE color: 4928203.

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

Color convert

RGB 203 50 75 -
CMYK 0 0.75 0.63 0.20
HSL 350.2º 0.6% 0.5% -
HSV(B) 350.2º 0.75% 0.8% -
XYZ 27.04 15.49 8.22 -
YUV 98.6 114.69 202.47 -
System Red Green Blue C M Y K H S L
Decimal 203 50 75 0 0.75 0.63 0.20 350.2 0.6 0.5
Hex CB 32 4B 0 4B 3F 14 15E 3C 32
Octal 313 62 113 0 113 77 24 536 74 62
Binary 11001011 110010 1001011 0 1001011 111111 10100 101011110 111100 110010

Color Harmonies of #CB324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB324B

Black with #CB324B

Text Example


Text Example

White with #CB324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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