Html Css Color HEX #BC303B Brick Red

📋 copy color: '#BC303B'

red 188 ◦ green 48 ◦ blue 59

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

Shades of Brick Red #BC303B

Tints of Brick Red #BC303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

 BLUE value IS 59 (23.44% from 255) = 20%

R = 63.73%
G = 16.27%
B = 20%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC303B (or 0xBC303B) is known color: Brick Red. HEX triplet: BC, 30 and 3B. RGB value is (188,48,59). Sum of RGB (Red+Green+Blue) = 188+48+59=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC303B is #43CFC4. Grayscale: #5B5B5B. Windows color (decimal): -4444101 or 3879100. OLE color: 3879100.

HSL color Cylindrical-coordinate representation of color #BC303B: hue angle of 355.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC303B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 59 -
CMYK 0 0.74 0.69 0.26
HSL 355.29º 0.59% 0.46% -
HSV(B) 355.29º 0.74% 0.74% -
XYZ 22.59 13.12 5.48 -
YUV 91.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 188 48 59 0 0.74 0.69 0.26 355.29 0.59 0.46
Hex BC 30 3B 0 4A 45 1A 163 3B 2E
Octal 274 60 73 0 112 105 32 543 73 56
Binary 10111100 110000 111011 0 1001010 1000101 11010 101100011 111011 101110

Color Harmonies of #BC303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC303B

Black with #BC303B

Text Example


Text Example

White with #BC303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC303B; }

 p { color: rgb(188,48,59); }

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

background-color css

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

 a { background-color: rgb(188,48,59); }

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

border-color css

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

 span { border-color: rgb(188,48,59); }

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