Html Css Color HEX #B2242B Cardinal

📋 copy color: '#B2242B'

red 178 ◦ green 36 ◦ blue 43

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

Shades of Cardinal #B2242B

Tints of Cardinal #B2242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 69.26%
G = 14.01%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2242B (or 0xB2242B) is known color: Cardinal. HEX triplet: B2, 24 and 2B. RGB value is (178,36,43). Sum of RGB (Red+Green+Blue) = 178+36+43=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2242B is #4DDBD4. Grayscale: #4F4F4F. Windows color (decimal): -5102549 or 2827442. OLE color: 2827442.

HSL color Cylindrical-coordinate representation of color #B2242B: hue angle of 357.04º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2242B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 36 43 -
CMYK 0 0.80 0.76 0.30
HSL 357.04º 0.66% 0.42% -
HSV(B) 357.04º 0.8% 0.7% -
XYZ 19.43 10.9 3.37 -
YUV 79.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 178 36 43 0 0.80 0.76 0.30 357.04 0.66 0.42
Hex B2 24 2B 0 50 4C 1E 165 42 2A
Octal 262 44 53 0 120 114 36 545 102 52
Binary 10110010 100100 101011 0 1010000 1001100 11110 101100101 1000010 101010

Color Harmonies of #B2242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2242B

Black with #B2242B

Text Example


Text Example

White with #B2242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2242B; }

 p { color: rgb(178,36,43); }

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

background-color css

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

 a { background-color: rgb(178,36,43); }

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

border-color css

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

 span { border-color: rgb(178,36,43); }

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