Html Css Color HEX #B8213A Cardinal

📋 copy color: '#B8213A'

red 184 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #B8213A

Tints of Cardinal #B8213A

RGB

 RED value IS 184 (72.27% from 255) = 66.91%

 GREEN value IS 33 (13.28% from 255) = 12%

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 66.91%
G = 12%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8213A (or 0xB8213A) is known color: Cardinal. HEX triplet: B8, 21 and 3A. RGB value is (184,33,58). Sum of RGB (Red+Green+Blue) = 184+33+58=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B8213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8213A is #47DEC5. Grayscale: #515151. Windows color (decimal): -4710086 or 3809720. OLE color: 3809720.

HSL color Cylindrical-coordinate representation of color #B8213A: hue angle of 350.07º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8213A is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 33 58 -
CMYK 0 0.82 0.68 0.28
HSL 350.07º 0.7% 0.43% -
HSV(B) 350.07º 0.82% 0.72% -
XYZ 21.07 11.58 5.13 -
YUV 81 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 184 33 58 0 0.82 0.68 0.28 350.07 0.7 0.43
Hex B8 21 3A 0 52 44 1C 15E 46 2B
Octal 270 41 72 0 122 104 34 536 106 53
Binary 10111000 100001 111010 0 1010010 1000100 11100 101011110 1000110 101011

Color Harmonies of #B8213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8213A

Black with #B8213A

Text Example


Text Example

White with #B8213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8213A; }

 p { color: rgb(184,33,58); }

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

background-color css

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

 a { background-color: rgb(184,33,58); }

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

border-color css

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

 span { border-color: rgb(184,33,58); }

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