Html Css Color HEX #B4213E Cardinal

📋 copy color: '#B4213E'

red 180 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #B4213E

Tints of Cardinal #B4213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

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

R = 65.45%
G = 12%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4213E (or 0xB4213E) is known color: Cardinal. HEX triplet: B4, 21 and 3E. RGB value is (180,33,62). Sum of RGB (Red+Green+Blue) = 180+33+62=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B4213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4213E is #4BDEC1. Grayscale: #505050. Windows color (decimal): -4972226 or 4071860. OLE color: 4071860.

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

Color convert

RGB 180 33 62 -
CMYK 0 0.82 0.66 0.29
HSL 348.16º 0.69% 0.42% -
HSV(B) 348.16º 0.82% 0.71% -
XYZ 20.24 11.14 5.64 -
YUV 80.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 180 33 62 0 0.82 0.66 0.29 348.16 0.69 0.42
Hex B4 21 3E 0 52 42 1D 15C 45 2A
Octal 264 41 76 0 122 102 35 534 105 52
Binary 10110100 100001 111110 0 1010010 1000010 11101 101011100 1000101 101010

Color Harmonies of #B4213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4213E

Black with #B4213E

Text Example


Text Example

White with #B4213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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