Html Css Color HEX #B22C3C Brick Red

📋 copy color: '#B22C3C'

red 178 ◦ green 44 ◦ blue 60

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

Shades of Brick Red #B22C3C

Tints of Brick Red #B22C3C

RGB

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

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

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

R = 63.12%
G = 15.6%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B22C3C (or 0xB22C3C) is known color: Brick Red. HEX triplet: B2, 2C and 3C. RGB value is (178,44,60). Sum of RGB (Red+Green+Blue) = 178+44+60=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22C3C is #4DD3C3. Grayscale: #555555. Windows color (decimal): -5100484 or 3943602. OLE color: 3943602.

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

Color convert

RGB 178 44 60 -
CMYK 0 0.75 0.66 0.30
HSL 352.84º 0.6% 0.44% -
HSV(B) 352.84º 0.75% 0.7% -
XYZ 20.08 11.59 5.45 -
YUV 85.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 178 44 60 0 0.75 0.66 0.30 352.84 0.6 0.44
Hex B2 2C 3C 0 4B 42 1E 161 3C 2C
Octal 262 54 74 0 113 102 36 541 74 54
Binary 10110010 101100 111100 0 1001011 1000010 11110 101100001 111100 101100

Color Harmonies of #B22C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C3C

Black with #B22C3C

Text Example


Text Example

White with #B22C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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