Html Css Color HEX #BB363E Brick Red

📋 copy color: '#BB363E'

red 187 ◦ green 54 ◦ blue 62

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

Shades of Brick Red #BB363E

Tints of Brick Red #BB363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

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

R = 61.72%
G = 17.82%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB363E (or 0xBB363E) is known color: Brick Red. HEX triplet: BB, 36 and 3E. RGB value is (187,54,62). Sum of RGB (Red+Green+Blue) = 187+54+62=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB363E is #44C9C1. Grayscale: #5E5E5E. Windows color (decimal): -4508098 or 4077243. OLE color: 4077243.

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

Color convert

RGB 187 54 62 -
CMYK 0 0.71 0.67 0.27
HSL 356.39º 0.55% 0.47% -
HSV(B) 356.39º 0.71% 0.73% -
XYZ 22.68 13.55 5.98 -
YUV 94.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 187 54 62 0 0.71 0.67 0.27 356.39 0.55 0.47
Hex BB 36 3E 0 47 43 1B 164 37 2F
Octal 273 66 76 0 107 103 33 544 67 57
Binary 10111011 110110 111110 0 1000111 1000011 11011 101100100 110111 101111

Color Harmonies of #BB363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB363E

Black with #BB363E

Text Example


Text Example

White with #BB363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB363E; }

 p { color: rgb(187,54,62); }

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

background-color css

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

 a { background-color: rgb(187,54,62); }

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

border-color css

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

 span { border-color: rgb(187,54,62); }

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