Html Css Color HEX #B22F38 Brick Red

📋 copy color: '#B22F38'

red 178 ◦ green 47 ◦ blue 56

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

Shades of Brick Red #B22F38

Tints of Brick Red #B22F38

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.73%

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

R = 63.35%
G = 16.73%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B22F38 (or 0xB22F38) is known color: Brick Red. HEX triplet: B2, 2F and 38. RGB value is (178,47,56). Sum of RGB (Red+Green+Blue) = 178+47+56=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22F38 is #4DD0C7. Grayscale: #575757. Windows color (decimal): -5099720 or 3682226. OLE color: 3682226.

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

Color convert

RGB 178 47 56 -
CMYK 0 0.74 0.69 0.30
HSL 355.88º 0.58% 0.44% -
HSV(B) 355.88º 0.74% 0.7% -
XYZ 20.09 11.78 4.96 -
YUV 87.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 178 47 56 0 0.74 0.69 0.30 355.88 0.58 0.44
Hex B2 2F 38 0 4A 45 1E 164 3A 2C
Octal 262 57 70 0 112 105 36 544 72 54
Binary 10110010 101111 111000 0 1001010 1000101 11110 101100100 111010 101100

Color Harmonies of #B22F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22F38

Black with #B22F38

Text Example


Text Example

White with #B22F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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