Html Css Color HEX #BC333E Brick Red

📋 copy color: '#BC333E'

red 188 ◦ green 51 ◦ blue 62

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

Shades of Brick Red #BC333E

Tints of Brick Red #BC333E

RGB

 RED value IS 188 (73.83% from 255) = 62.46%

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

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 62.46%
G = 16.94%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC333E (or 0xBC333E) is known color: Brick Red. HEX triplet: BC, 33 and 3E. RGB value is (188,51,62). Sum of RGB (Red+Green+Blue) = 188+51+62=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC333E is #43CCC1. Grayscale: #5D5D5D. Windows color (decimal): -4443330 or 4076476. OLE color: 4076476.

HSL color Cylindrical-coordinate representation of color #BC333E: hue angle of 355.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC333E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 51 62 -
CMYK 0 0.73 0.67 0.26
HSL 355.18º 0.57% 0.47% -
HSV(B) 355.18º 0.73% 0.74% -
XYZ 22.79 13.41 5.94 -
YUV 93.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 188 51 62 0 0.73 0.67 0.26 355.18 0.57 0.47
Hex BC 33 3E 0 49 43 1A 163 39 2F
Octal 274 63 76 0 111 103 32 543 71 57
Binary 10111100 110011 111110 0 1001001 1000011 11010 101100011 111001 101111

Color Harmonies of #BC333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC333E

Black with #BC333E

Text Example


Text Example

White with #BC333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC333E; }

 p { color: rgb(188,51,62); }

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

background-color css

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

 a { background-color: rgb(188,51,62); }

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

border-color css

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

 span { border-color: rgb(188,51,62); }

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