Html Css Color HEX #B4223E Cardinal

📋 copy color: '#B4223E'

red 180 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #B4223E

Tints of Cardinal #B4223E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 65.22%
G = 12.32%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4223E (or 0xB4223E) is known color: Cardinal. HEX triplet: B4, 22 and 3E. RGB value is (180,34,62). Sum of RGB (Red+Green+Blue) = 180+34+62=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4223E is #4BDDC1. Grayscale: #505050. Windows color (decimal): -4971970 or 4072116. OLE color: 4072116.

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

Color convert

RGB 180 34 62 -
CMYK 0 0.81 0.66 0.29
HSL 348.49º 0.68% 0.42% -
HSV(B) 348.49º 0.81% 0.71% -
XYZ 20.26 11.2 5.65 -
YUV 80.85 117.37 198.72 -
System Red Green Blue C M Y K H S L
Decimal 180 34 62 0 0.81 0.66 0.29 348.49 0.68 0.42
Hex B4 22 3E 0 51 42 1D 15C 44 2A
Octal 264 42 76 0 121 102 35 534 104 52
Binary 10110100 100010 111110 0 1010001 1000010 11101 101011100 1000100 101010

Color Harmonies of #B4223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4223E

Black with #B4223E

Text Example


Text Example

White with #B4223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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