Html Css Color HEX #B21030 Cardinal

📋 copy color: '#B21030'

red 178 ◦ green 16 ◦ blue 48

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

Shades of Cardinal #B21030

Tints of Cardinal #B21030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 48 (19.14% from 255) = 19.83%

R = 73.55%
G = 6.61%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B21030 (or 0xB21030) is known color: Cardinal. HEX triplet: B2, 10 and 30. RGB value is (178,16,48). Sum of RGB (Red+Green+Blue) = 178+16+48=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B21030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21030 is #4DEFCF. Grayscale: #444444. Windows color (decimal): -5107664 or 3150002. OLE color: 3150002.

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

Color convert

RGB 178 16 48 -
CMYK 0 0.91 0.73 0.30
HSL 348.15º 0.84% 0.38% -
HSV(B) 348.15º 0.91% 0.7% -
XYZ 19.08 10.05 3.73 -
YUV 68.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 178 16 48 0 0.91 0.73 0.30 348.15 0.84 0.38
Hex B2 10 30 0 5B 49 1E 15C 54 26
Octal 262 20 60 0 133 111 36 534 124 46
Binary 10110010 10000 110000 0 1011011 1001001 11110 101011100 1010100 100110

Color Harmonies of #B21030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21030

Black with #B21030

Text Example


Text Example

White with #B21030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21030; }

 p { color: rgb(178,16,48); }

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

background-color css

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

 a { background-color: rgb(178,16,48); }

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

border-color css

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

 span { border-color: rgb(178,16,48); }

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