Html Css Color HEX #CB343F Brick Red

📋 copy color: '#CB343F'

red 203 ◦ green 52 ◦ blue 63

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

Shades of Brick Red #CB343F

Tints of Brick Red #CB343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.81%

R = 63.84%
G = 16.35%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB343F (or 0xCB343F) is known color: Brick Red. HEX triplet: CB, 34 and 3F. RGB value is (203,52,63). Sum of RGB (Red+Green+Blue) = 203+52+63=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB343F is #34CBC0. Grayscale: #626262. Windows color (decimal): -3460033 or 4142283. OLE color: 4142283.

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

Color convert

RGB 203 52 63 -
CMYK 0 0.74 0.69 0.20
HSL 355.63º 0.59% 0.5% -
HSV(B) 355.63º 0.74% 0.8% -
XYZ 26.75 15.51 6.29 -
YUV 98.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 203 52 63 0 0.74 0.69 0.20 355.63 0.59 0.5
Hex CB 34 3F 0 4A 45 14 164 3B 32
Octal 313 64 77 0 112 105 24 544 73 62
Binary 11001011 110100 111111 0 1001010 1000101 10100 101100100 111011 110010

Color Harmonies of #CB343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB343F

Black with #CB343F

Text Example


Text Example

White with #CB343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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