Html Css Color HEX #B21933 Cardinal

📋 copy color: '#B21933'

red 178 ◦ green 25 ◦ blue 51

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

Shades of Cardinal #B21933

Tints of Cardinal #B21933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

 BLUE value IS 51 (20.31% from 255) = 20.08%

R = 70.08%
G = 9.84%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B21933 (or 0xB21933) is known color: Cardinal. HEX triplet: B2, 19 and 33. RGB value is (178,25,51). Sum of RGB (Red+Green+Blue) = 178+25+51=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B21933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21933 is #4DE6CC. Grayscale: #494949. Windows color (decimal): -5105357 or 3348914. OLE color: 3348914.

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

Color convert

RGB 178 25 51 -
CMYK 0 0.86 0.71 0.30
HSL 349.8º 0.75% 0.4% -
HSV(B) 349.8º 0.86% 0.7% -
XYZ 19.31 10.4 4.12 -
YUV 73.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 178 25 51 0 0.86 0.71 0.30 349.8 0.75 0.4
Hex B2 19 33 0 56 47 1E 15E 4B 28
Octal 262 31 63 0 126 107 36 536 113 50
Binary 10110010 11001 110011 0 1010110 1000111 11110 101011110 1001011 101000

Color Harmonies of #B21933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21933

Black with #B21933

Text Example


Text Example

White with #B21933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21933; }

 p { color: rgb(178,25,51); }

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

background-color css

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

 a { background-color: rgb(178,25,51); }

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

border-color css

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

 span { border-color: rgb(178,25,51); }

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