Html Css Color HEX #BB323F Brick Red

📋 copy color: '#BB323F'

red 187 ◦ green 50 ◦ blue 63

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

Shades of Brick Red #BB323F

Tints of Brick Red #BB323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.67%

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

R = 62.33%
G = 16.67%
B = 21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB323F (or 0xBB323F) is known color: Brick Red. HEX triplet: BB, 32 and 3F. RGB value is (187,50,63). Sum of RGB (Red+Green+Blue) = 187+50+63=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB323F is #44CDC0. Grayscale: #5C5C5C. Windows color (decimal): -4509121 or 4141755. OLE color: 4141755.

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

Color convert

RGB 187 50 63 -
CMYK 0 0.73 0.66 0.27
HSL 354.31º 0.58% 0.46% -
HSV(B) 354.31º 0.73% 0.73% -
XYZ 22.53 13.2 6.06 -
YUV 92.45 111.39 195.44 -
System Red Green Blue C M Y K H S L
Decimal 187 50 63 0 0.73 0.66 0.27 354.31 0.58 0.46
Hex BB 32 3F 0 49 42 1B 162 3A 2E
Octal 273 62 77 0 111 102 33 542 72 56
Binary 10111011 110010 111111 0 1001001 1000010 11011 101100010 111010 101110

Color Harmonies of #BB323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB323F

Black with #BB323F

Text Example


Text Example

White with #BB323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB323F; }

 p { color: rgb(187,50,63); }

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

background-color css

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

 a { background-color: rgb(187,50,63); }

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

border-color css

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

 span { border-color: rgb(187,50,63); }

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