Html Css Color HEX #B21730 Cardinal

📋 copy color: '#B21730'

red 178 ◦ green 23 ◦ blue 48

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

Shades of Cardinal #B21730

Tints of Cardinal #B21730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.24%

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

R = 71.49%
G = 9.24%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B21730 (or 0xB21730) is known color: Cardinal. HEX triplet: B2, 17 and 30. RGB value is (178,23,48). Sum of RGB (Red+Green+Blue) = 178+23+48=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B21730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21730 is #4DE8CF. Grayscale: #484848. Windows color (decimal): -5105872 or 3151794. OLE color: 3151794.

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

Color convert

RGB 178 23 48 -
CMYK 0 0.87 0.73 0.30
HSL 350.32º 0.77% 0.39% -
HSV(B) 350.32º 0.87% 0.7% -
XYZ 19.2 10.29 3.77 -
YUV 72.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 178 23 48 0 0.87 0.73 0.30 350.32 0.77 0.39
Hex B2 17 30 0 57 49 1E 15E 4D 27
Octal 262 27 60 0 127 111 36 536 115 47
Binary 10110010 10111 110000 0 1010111 1001001 11110 101011110 1001101 100111

Color Harmonies of #B21730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21730

Black with #B21730

Text Example


Text Example

White with #B21730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21730; }

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

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

background-color css

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

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

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

border-color css

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

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

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