Html Css Color HEX #B4212F Cardinal

📋 copy color: '#B4212F'

red 180 ◦ green 33 ◦ blue 47

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

Shades of Cardinal #B4212F

Tints of Cardinal #B4212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.08%

R = 69.23%
G = 12.69%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B4212F (or 0xB4212F) is known color: Cardinal. HEX triplet: B4, 21 and 2F. RGB value is (180,33,47). Sum of RGB (Red+Green+Blue) = 180+33+47=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B4212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4212F is #4BDED0. Grayscale: #4E4E4E. Windows color (decimal): -4972241 or 3088820. OLE color: 3088820.

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

Color convert

RGB 180 33 47 -
CMYK 0 0.82 0.74 0.29
HSL 354.29º 0.69% 0.42% -
HSV(B) 354.29º 0.82% 0.71% -
XYZ 19.88 11 3.76 -
YUV 78.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 180 33 47 0 0.82 0.74 0.29 354.29 0.69 0.42
Hex B4 21 2F 0 52 4A 1D 162 45 2A
Octal 264 41 57 0 122 112 35 542 105 52
Binary 10110100 100001 101111 0 1010010 1001010 11101 101100010 1000101 101010

Color Harmonies of #B4212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4212F

Black with #B4212F

Text Example


Text Example

White with #B4212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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