Html Css Color HEX #B2242E Cardinal

📋 copy color: '#B2242E'

red 178 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #B2242E

Tints of Cardinal #B2242E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 68.46%
G = 13.85%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2242E (or 0xB2242E) is known color: Cardinal. HEX triplet: B2, 24 and 2E. RGB value is (178,36,46). Sum of RGB (Red+Green+Blue) = 178+36+46=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2242E is #4DDBD1. Grayscale: #4F4F4F. Windows color (decimal): -5102546 or 3024050. OLE color: 3024050.

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

Color convert

RGB 178 36 46 -
CMYK 0 0.80 0.74 0.30
HSL 355.77º 0.66% 0.42% -
HSV(B) 355.77º 0.8% 0.7% -
XYZ 19.48 10.92 3.67 -
YUV 79.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 178 36 46 0 0.80 0.74 0.30 355.77 0.66 0.42
Hex B2 24 2E 0 50 4A 1E 164 42 2A
Octal 262 44 56 0 120 112 36 544 102 52
Binary 10110010 100100 101110 0 1010000 1001010 11110 101100100 1000010 101010

Color Harmonies of #B2242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2242E

Black with #B2242E

Text Example


Text Example

White with #B2242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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