Html Css Color HEX #B8223A Cardinal

📋 copy color: '#B8223A'

red 184 ◦ green 34 ◦ blue 58

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

Shades of Cardinal #B8223A

Tints of Cardinal #B8223A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.32%

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

R = 66.67%
G = 12.32%
B = 21.01%

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

#B8223A (or 0xB8223A) is known color: Cardinal. HEX triplet: B8, 22 and 3A. RGB value is (184,34,58). Sum of RGB (Red+Green+Blue) = 184+34+58=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8223A is #47DDC5. Grayscale: #515151. Windows color (decimal): -4709830 or 3809976. OLE color: 3809976.

HSL color Cylindrical-coordinate representation of color #B8223A: hue angle of 350.4º degrees, saturation: 0.69, 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 #B8223A is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 34 58 -
CMYK 0 0.82 0.68 0.28
HSL 350.4º 0.69% 0.43% -
HSV(B) 350.4º 0.82% 0.72% -
XYZ 21.1 11.64 5.14 -
YUV 81.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 184 34 58 0 0.82 0.68 0.28 350.4 0.69 0.43
Hex B8 22 3A 0 52 44 1C 15E 45 2B
Octal 270 42 72 0 122 104 34 536 105 53
Binary 10111000 100010 111010 0 1010010 1000100 11100 101011110 1000101 101011

Color Harmonies of #B8223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8223A

Black with #B8223A

Text Example


Text Example

White with #B8223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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