Html Css Color HEX #B5223A Cardinal

📋 copy color: '#B5223A'

red 181 ◦ green 34 ◦ blue 58

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

Shades of Cardinal #B5223A

Tints of Cardinal #B5223A

RGB

 RED value IS 181 (71.09% from 255) = 66.3%

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

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

R = 66.3%
G = 12.45%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5223A (or 0xB5223A) is known color: Cardinal. HEX triplet: B5, 22 and 3A. RGB value is (181,34,58). Sum of RGB (Red+Green+Blue) = 181+34+58=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B5223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5223A is #4ADDC5. Grayscale: #505050. Windows color (decimal): -4906438 or 3809973. OLE color: 3809973.

HSL color Cylindrical-coordinate representation of color #B5223A: hue angle of 350.2º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5223A is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 34 58 -
CMYK 0 0.81 0.68 0.29
HSL 350.2º 0.68% 0.42% -
HSV(B) 350.2º 0.81% 0.71% -
XYZ 20.39 11.27 5.1 -
YUV 80.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 181 34 58 0 0.81 0.68 0.29 350.2 0.68 0.42
Hex B5 22 3A 0 51 44 1D 15E 44 2A
Octal 265 42 72 0 121 104 35 536 104 52
Binary 10110101 100010 111010 0 1010001 1000100 11101 101011110 1000100 101010

Color Harmonies of #B5223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5223A

Black with #B5223A

Text Example


Text Example

White with #B5223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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