Html Css Color HEX #BB303B Brick Red

📋 copy color: '#BB303B'

red 187 ◦ green 48 ◦ blue 59

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

Shades of Brick Red #BB303B

Tints of Brick Red #BB303B

RGB

 RED value IS 187 (73.44% from 255) = 63.61%

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

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

R = 63.61%
G = 16.33%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB303B (or 0xBB303B) is known color: Brick Red. HEX triplet: BB, 30 and 3B. RGB value is (187,48,59). Sum of RGB (Red+Green+Blue) = 187+48+59=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB303B is #44CFC4. Grayscale: #5A5A5A. Windows color (decimal): -4509637 or 3879099. OLE color: 3879099.

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

Color convert

RGB 187 48 59 -
CMYK 0 0.74 0.68 0.27
HSL 355.25º 0.59% 0.46% -
HSV(B) 355.25º 0.74% 0.73% -
XYZ 22.34 12.99 5.47 -
YUV 90.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 187 48 59 0 0.74 0.68 0.27 355.25 0.59 0.46
Hex BB 30 3B 0 4A 44 1B 163 3B 2E
Octal 273 60 73 0 112 104 33 543 73 56
Binary 10111011 110000 111011 0 1001010 1000100 11011 101100011 111011 101110

Color Harmonies of #BB303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB303B

Black with #BB303B

Text Example


Text Example

White with #BB303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB303B; }

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

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

background-color css

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

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

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

border-color css

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

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

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