Html Css Color HEX #CB344A Brick Red

📋 copy color: '#CB344A'

red 203 ◦ green 52 ◦ blue 74

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

Shades of Brick Red #CB344A

Tints of Brick Red #CB344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

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

R = 61.7%
G = 15.81%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB344A (or 0xCB344A) is known color: Brick Red. HEX triplet: CB, 34 and 4A. RGB value is (203,52,74). Sum of RGB (Red+Green+Blue) = 203+52+74=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB344A is #34CBB5. Grayscale: #636363. Windows color (decimal): -3460022 or 4863179. OLE color: 4863179.

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

Color convert

RGB 203 52 74 -
CMYK 0 0.74 0.64 0.20
HSL 351.26º 0.59% 0.5% -
HSV(B) 351.26º 0.74% 0.8% -
XYZ 27.09 15.65 8.07 -
YUV 99.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 203 52 74 0 0.74 0.64 0.20 351.26 0.59 0.5
Hex CB 34 4A 0 4A 40 14 15F 3B 32
Octal 313 64 112 0 112 100 24 537 73 62
Binary 11001011 110100 1001010 0 1001010 1000000 10100 101011111 111011 110010

Color Harmonies of #CB344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB344A

Black with #CB344A

Text Example


Text Example

White with #CB344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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