Html Css Color HEX #B21835 Cardinal

📋 copy color: '#B21835'

red 178 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #B21835

Tints of Cardinal #B21835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

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

R = 69.8%
G = 9.41%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B21835 (or 0xB21835) is known color: Cardinal. HEX triplet: B2, 18 and 35. RGB value is (178,24,53). Sum of RGB (Red+Green+Blue) = 178+24+53=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B21835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21835 is #4DE7CA. Grayscale: #494949. Windows color (decimal): -5105611 or 3479730. OLE color: 3479730.

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

Color convert

RGB 178 24 53 -
CMYK 0 0.87 0.70 0.30
HSL 348.7º 0.76% 0.4% -
HSV(B) 348.7º 0.87% 0.7% -
XYZ 19.33 10.38 4.35 -
YUV 73.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 178 24 53 0 0.87 0.70 0.30 348.7 0.76 0.4
Hex B2 18 35 0 57 46 1E 15D 4C 28
Octal 262 30 65 0 127 106 36 535 114 50
Binary 10110010 11000 110101 0 1010111 1000110 11110 101011101 1001100 101000

Color Harmonies of #B21835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21835

Black with #B21835

Text Example


Text Example

White with #B21835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21835; }

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

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

background-color css

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

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

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

border-color css

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

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

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