Html Css Color HEX #B0333C Brick Red

📋 copy color: '#B0333C'

red 176 ◦ green 51 ◦ blue 60

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

Shades of Brick Red #B0333C

Tints of Brick Red #B0333C

RGB

 RED value IS 176 (69.14% from 255) = 61.32%

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

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 61.32%
G = 17.77%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0333C (or 0xB0333C) is known color: Brick Red. HEX triplet: B0, 33 and 3C. RGB value is (176,51,60). Sum of RGB (Red+Green+Blue) = 176+51+60=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0333C is #4FCCC3. Grayscale: #595959. Windows color (decimal): -5229764 or 3945392. OLE color: 3945392.

HSL color Cylindrical-coordinate representation of color #B0333C: hue angle of 355.68º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0333C is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 60 -
CMYK 0 0.71 0.66 0.31
HSL 355.68º 0.55% 0.45% -
HSV(B) 355.68º 0.71% 0.69% -
XYZ 19.9 11.92 5.53 -
YUV 89.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 176 51 60 0 0.71 0.66 0.31 355.68 0.55 0.45
Hex B0 33 3C 0 47 42 1F 164 37 2D
Octal 260 63 74 0 107 102 37 544 67 55
Binary 10110000 110011 111100 0 1000111 1000010 11111 101100100 110111 101101

Color Harmonies of #B0333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0333C

Black with #B0333C

Text Example


Text Example

White with #B0333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0333C; }

 p { color: rgb(176,51,60); }

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

background-color css

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

 a { background-color: rgb(176,51,60); }

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

border-color css

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

 span { border-color: rgb(176,51,60); }

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