Html Css Color HEX #B21F2B Cardinal

📋 copy color: '#B21F2B'

red 178 ◦ green 31 ◦ blue 43

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

Shades of Cardinal #B21F2B

Tints of Cardinal #B21F2B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.3%

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

R = 70.63%
G = 12.3%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B21F2B (or 0xB21F2B) is known color: Cardinal. HEX triplet: B2, 1F and 2B. RGB value is (178,31,43). Sum of RGB (Red+Green+Blue) = 178+31+43=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21F2B is #4DE0D4. Grayscale: #4C4C4C. Windows color (decimal): -5103829 or 2826162. OLE color: 2826162.

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

Color convert

RGB 178 31 43 -
CMYK 0 0.83 0.76 0.30
HSL 355.1º 0.7% 0.41% -
HSV(B) 355.1º 0.83% 0.7% -
XYZ 19.29 10.62 3.32 -
YUV 76.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 178 31 43 0 0.83 0.76 0.30 355.1 0.7 0.41
Hex B2 1F 2B 0 53 4C 1E 163 46 29
Octal 262 37 53 0 123 114 36 543 106 51
Binary 10110010 11111 101011 0 1010011 1001100 11110 101100011 1000110 101001

Color Harmonies of #B21F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21F2B

Black with #B21F2B

Text Example


Text Example

White with #B21F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21F2B; }

 p { color: rgb(178,31,43); }

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

background-color css

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

 a { background-color: rgb(178,31,43); }

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

border-color css

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

 span { border-color: rgb(178,31,43); }

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