Html Css Color HEX #B21C2F Cardinal

📋 copy color: '#B21C2F'

red 178 ◦ green 28 ◦ blue 47

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

Shades of Cardinal #B21C2F

Tints of Cardinal #B21C2F

RGB

 RED value IS 178 (69.92% from 255) = 70.36%

 GREEN value IS 28 (11.33% from 255) = 11.07%

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

R = 70.36%
G = 11.07%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B21C2F (or 0xB21C2F) is known color: Cardinal. HEX triplet: B2, 1C and 2F. RGB value is (178,28,47). Sum of RGB (Red+Green+Blue) = 178+28+47=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21C2F is #4DE3D0. Grayscale: #4B4B4B. Windows color (decimal): -5104593 or 3087538. OLE color: 3087538.

HSL color Cylindrical-coordinate representation of color #B21C2F: hue angle of 352.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21C2F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 28 47 -
CMYK 0 0.84 0.74 0.30
HSL 352.4º 0.73% 0.4% -
HSV(B) 352.4º 0.84% 0.7% -
XYZ 19.29 10.5 3.7 -
YUV 75.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 178 28 47 0 0.84 0.74 0.30 352.4 0.73 0.4
Hex B2 1C 2F 0 54 4A 1E 160 49 28
Octal 262 34 57 0 124 112 36 540 111 50
Binary 10110010 11100 101111 0 1010100 1001010 11110 101100000 1001001 101000

Color Harmonies of #B21C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C2F

Black with #B21C2F

Text Example


Text Example

White with #B21C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C2F; }

 p { color: rgb(178,28,47); }

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

background-color css

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

 a { background-color: rgb(178,28,47); }

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

border-color css

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

 span { border-color: rgb(178,28,47); }

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