Html Css Color HEX #B22C38 Brick Red

📋 copy color: '#B22C38'

red 178 ◦ green 44 ◦ blue 56

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

Shades of Brick Red #B22C38

Tints of Brick Red #B22C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.83%

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 64.03%
G = 15.83%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B22C38 (or 0xB22C38) is known color: Brick Red. HEX triplet: B2, 2C and 38. RGB value is (178,44,56). Sum of RGB (Red+Green+Blue) = 178+44+56=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22C38 is #4DD3C7. Grayscale: #555555. Windows color (decimal): -5100488 or 3681458. OLE color: 3681458.

HSL color Cylindrical-coordinate representation of color #B22C38: hue angle of 354.63º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22C38 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 44 56 -
CMYK 0 0.75 0.69 0.30
HSL 354.63º 0.6% 0.44% -
HSV(B) 354.63º 0.75% 0.7% -
XYZ 19.97 11.55 4.92 -
YUV 85.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 178 44 56 0 0.75 0.69 0.30 354.63 0.6 0.44
Hex B2 2C 38 0 4B 45 1E 163 3C 2C
Octal 262 54 70 0 113 105 36 543 74 54
Binary 10110010 101100 111000 0 1001011 1000101 11110 101100011 111100 101100

Color Harmonies of #B22C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C38

Black with #B22C38

Text Example


Text Example

White with #B22C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C38; }

 p { color: rgb(178,44,56); }

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

background-color css

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

 a { background-color: rgb(178,44,56); }

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

border-color css

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

 span { border-color: rgb(178,44,56); }

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