Html Css Color HEX #B4222E Cardinal

📋 copy color: '#B4222E'

red 180 ◦ green 34 ◦ blue 46

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

Shades of Cardinal #B4222E

Tints of Cardinal #B4222E

RGB

 RED value IS 180 (70.7% from 255) = 69.23%

 GREEN value IS 34 (13.67% from 255) = 13.08%

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

R = 69.23%
G = 13.08%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B4222E (or 0xB4222E) is known color: Cardinal. HEX triplet: B4, 22 and 2E. RGB value is (180,34,46). Sum of RGB (Red+Green+Blue) = 180+34+46=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B4222E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4222E is #4BDDD1. Grayscale: #4F4F4F. Windows color (decimal): -4971986 or 3023540. OLE color: 3023540.

HSL color Cylindrical-coordinate representation of color #B4222E: hue angle of 355.07º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4222E is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 34 46 -
CMYK 0 0.81 0.74 0.29
HSL 355.07º 0.68% 0.42% -
HSV(B) 355.07º 0.81% 0.71% -
XYZ 19.89 11.04 3.67 -
YUV 79.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 180 34 46 0 0.81 0.74 0.29 355.07 0.68 0.42
Hex B4 22 2E 0 51 4A 1D 163 44 2A
Octal 264 42 56 0 121 112 35 543 104 52
Binary 10110100 100010 101110 0 1010001 1001010 11101 101100011 1000100 101010

Color Harmonies of #B4222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4222E

Black with #B4222E

Text Example


Text Example

White with #B4222E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4222E; }

 p { color: rgb(180,34,46); }

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

background-color css

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

 a { background-color: rgb(180,34,46); }

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

border-color css

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

 span { border-color: rgb(180,34,46); }

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