Html Css Color HEX #B2333C Brick Red

📋 copy color: '#B2333C'

red 178 ◦ green 51 ◦ blue 60

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

Shades of Brick Red #B2333C

Tints of Brick Red #B2333C

RGB

 RED value IS 178 (69.92% from 255) = 61.59%

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

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

R = 61.59%
G = 17.65%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2333C (or 0xB2333C) is known color: Brick Red. HEX triplet: B2, 33 and 3C. RGB value is (178,51,60). Sum of RGB (Red+Green+Blue) = 178+51+60=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2333C is #4DCCC3. Grayscale: #5A5A5A. Windows color (decimal): -5098692 or 3945394. OLE color: 3945394.

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

Color convert

RGB 178 51 60 -
CMYK 0 0.71 0.66 0.30
HSL 355.75º 0.55% 0.45% -
HSV(B) 355.75º 0.71% 0.7% -
XYZ 20.36 12.16 5.55 -
YUV 90 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 178 51 60 0 0.71 0.66 0.30 355.75 0.55 0.45
Hex B2 33 3C 0 47 42 1E 164 37 2D
Octal 262 63 74 0 107 102 36 544 67 55
Binary 10110010 110011 111100 0 1000111 1000010 11110 101100100 110111 101101

Color Harmonies of #B2333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2333C

Black with #B2333C

Text Example


Text Example

White with #B2333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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