Html Css Color HEX #B4212B Cardinal

📋 copy color: '#B4212B'

red 180 ◦ green 33 ◦ blue 43

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

Shades of Cardinal #B4212B

Tints of Cardinal #B4212B

RGB

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

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

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

R = 70.31%
G = 12.89%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4212B (or 0xB4212B) is known color: Cardinal. HEX triplet: B4, 21 and 2B. RGB value is (180,33,43). Sum of RGB (Red+Green+Blue) = 180+33+43=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B4212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4212B is #4BDED4. Grayscale: #4E4E4E. Windows color (decimal): -4972245 or 2826676. OLE color: 2826676.

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

Color convert

RGB 180 33 43 -
CMYK 0 0.82 0.76 0.29
HSL 355.92º 0.69% 0.42% -
HSV(B) 355.92º 0.82% 0.71% -
XYZ 19.8 10.97 3.36 -
YUV 78.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 180 33 43 0 0.82 0.76 0.29 355.92 0.69 0.42
Hex B4 21 2B 0 52 4C 1D 164 45 2A
Octal 264 41 53 0 122 114 35 544 105 52
Binary 10110100 100001 101011 0 1010010 1001100 11101 101100100 1000101 101010

Color Harmonies of #B4212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4212B

Black with #B4212B

Text Example


Text Example

White with #B4212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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