Html Css Color HEX #CB334B Brick Red

📋 copy color: '#CB334B'

red 203 ◦ green 51 ◦ blue 75

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

Shades of Brick Red #CB334B

Tints of Brick Red #CB334B

RGB

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

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

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

R = 61.7%
G = 15.5%
B = 22.8%

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

#CB334B (or 0xCB334B) is known color: Brick Red. HEX triplet: CB, 33 and 4B. RGB value is (203,51,75). Sum of RGB (Red+Green+Blue) = 203+51+75=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB334B is #34CCB4. Grayscale: #636363. Windows color (decimal): -3460277 or 4928459. OLE color: 4928459.

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

Color convert

RGB 203 51 75 -
CMYK 0 0.75 0.63 0.20
HSL 350.53º 0.6% 0.5% -
HSV(B) 350.53º 0.75% 0.8% -
XYZ 27.08 15.57 8.23 -
YUV 99.18 114.36 202.05 -
System Red Green Blue C M Y K H S L
Decimal 203 51 75 0 0.75 0.63 0.20 350.53 0.6 0.5
Hex CB 33 4B 0 4B 3F 14 15F 3C 32
Octal 313 63 113 0 113 77 24 537 74 62
Binary 11001011 110011 1001011 0 1001011 111111 10100 101011111 111100 110010

Color Harmonies of #CB334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB334B

Black with #CB334B

Text Example


Text Example

White with #CB334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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