Html Css Color HEX #B21D3F Cardinal

📋 copy color: '#B21D3F'

red 178 ◦ green 29 ◦ blue 63

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

Shades of Cardinal #B21D3F

Tints of Cardinal #B21D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.74%

 BLUE value IS 63 (25% from 255) = 23.33%

R = 65.93%
G = 10.74%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B21D3F (or 0xB21D3F) is known color: Cardinal. HEX triplet: B2, 1D and 3F. RGB value is (178,29,63). Sum of RGB (Red+Green+Blue) = 178+29+63=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21D3F is #4DE2C0. Grayscale: #4D4D4D. Windows color (decimal): -5104321 or 4136370. OLE color: 4136370.

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

Color convert

RGB 178 29 63 -
CMYK 0 0.84 0.65 0.30
HSL 346.31º 0.72% 0.41% -
HSV(B) 346.31º 0.84% 0.7% -
XYZ 19.7 10.7 5.73 -
YUV 77.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 178 29 63 0 0.84 0.65 0.30 346.31 0.72 0.41
Hex B2 1D 3F 0 54 41 1E 15A 48 29
Octal 262 35 77 0 124 101 36 532 110 51
Binary 10110010 11101 111111 0 1010100 1000001 11110 101011010 1001000 101001

Color Harmonies of #B21D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D3F

Black with #B21D3F

Text Example


Text Example

White with #B21D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D3F; }

 p { color: rgb(178,29,63); }

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

background-color css

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

 a { background-color: rgb(178,29,63); }

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

border-color css

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

 span { border-color: rgb(178,29,63); }

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