Html Css Color HEX #B2333D Brick Red

📋 copy color: '#B2333D'

red 178 ◦ green 51 ◦ blue 61

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

Shades of Brick Red #B2333D

Tints of Brick Red #B2333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 61.38%
G = 17.59%
B = 21.03%

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

#B2333D (or 0xB2333D) is known color: Brick Red. HEX triplet: B2, 33 and 3D. RGB value is (178,51,61). Sum of RGB (Red+Green+Blue) = 178+51+61=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2333D is #4DCCC2. Grayscale: #5A5A5A. Windows color (decimal): -5098691 or 4010930. OLE color: 4010930.

HSL color Cylindrical-coordinate representation of color #B2333D: hue angle of 355.28º 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 #B2333D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 61 -
CMYK 0 0.71 0.66 0.30
HSL 355.28º 0.55% 0.45% -
HSV(B) 355.28º 0.71% 0.7% -
XYZ 20.39 12.17 5.69 -
YUV 90.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 178 51 61 0 0.71 0.66 0.30 355.28 0.55 0.45
Hex B2 33 3D 0 47 42 1E 163 37 2D
Octal 262 63 75 0 107 102 36 543 67 55
Binary 10110010 110011 111101 0 1000111 1000010 11110 101100011 110111 101101

Color Harmonies of #B2333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2333D

Black with #B2333D

Text Example


Text Example

White with #B2333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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