Html Css Color HEX #B21B2D Cardinal

📋 copy color: '#B21B2D'

red 178 ◦ green 27 ◦ blue 45

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

Shades of Cardinal #B21B2D

Tints of Cardinal #B21B2D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.8%

 BLUE value IS 45 (17.97% from 255) = 18%

R = 71.2%
G = 10.8%
B = 18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B21B2D (or 0xB21B2D) is known color: Cardinal. HEX triplet: B2, 1B and 2D. RGB value is (178,27,45). Sum of RGB (Red+Green+Blue) = 178+27+45=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21B2D is #4DE4D2. Grayscale: #4A4A4A. Windows color (decimal): -5104851 or 2956210. OLE color: 2956210.

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

Color convert

RGB 178 27 45 -
CMYK 0 0.85 0.75 0.30
HSL 352.85º 0.74% 0.4% -
HSV(B) 352.85º 0.85% 0.7% -
XYZ 19.23 10.44 3.48 -
YUV 74.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 178 27 45 0 0.85 0.75 0.30 352.85 0.74 0.4
Hex B2 1B 2D 0 55 4B 1E 161 4A 28
Octal 262 33 55 0 125 113 36 541 112 50
Binary 10110010 11011 101101 0 1010101 1001011 11110 101100001 1001010 101000

Color Harmonies of #B21B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21B2D

Black with #B21B2D

Text Example


Text Example

White with #B21B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21B2D; }

 p { color: rgb(178,27,45); }

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

background-color css

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

 a { background-color: rgb(178,27,45); }

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

border-color css

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

 span { border-color: rgb(178,27,45); }

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