Html Css Color HEX #B21335 Cardinal

📋 copy color: '#B21335'

red 178 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #B21335

Tints of Cardinal #B21335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

 BLUE value IS 53 (21.09% from 255) = 21.2%

R = 71.2%
G = 7.6%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B21335 (or 0xB21335) is known color: Cardinal. HEX triplet: B2, 13 and 35. RGB value is (178,19,53). Sum of RGB (Red+Green+Blue) = 178+19+53=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B21335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21335 is #4DECCA. Grayscale: #464646. Windows color (decimal): -5106891 or 3478450. OLE color: 3478450.

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

Color convert

RGB 178 19 53 -
CMYK 0 0.89 0.70 0.30
HSL 347.17º 0.81% 0.39% -
HSV(B) 347.17º 0.89% 0.7% -
XYZ 19.24 10.19 4.32 -
YUV 70.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 178 19 53 0 0.89 0.70 0.30 347.17 0.81 0.39
Hex B2 13 35 0 59 46 1E 15B 51 27
Octal 262 23 65 0 131 106 36 533 121 47
Binary 10110010 10011 110101 0 1011001 1000110 11110 101011011 1010001 100111

Color Harmonies of #B21335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21335

Black with #B21335

Text Example


Text Example

White with #B21335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21335; }

 p { color: rgb(178,19,53); }

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

background-color css

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

 a { background-color: rgb(178,19,53); }

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

border-color css

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

 span { border-color: rgb(178,19,53); }

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