Html Css Color HEX #B5223F Cardinal

📋 copy color: '#B5223F'

red 181 ◦ green 34 ◦ blue 63

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

Shades of Cardinal #B5223F

Tints of Cardinal #B5223F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.66%

R = 65.11%
G = 12.23%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B5223F (or 0xB5223F) is known color: Cardinal. HEX triplet: B5, 22 and 3F. RGB value is (181,34,63). Sum of RGB (Red+Green+Blue) = 181+34+63=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5223F is #4ADDC0. Grayscale: #515151. Windows color (decimal): -4906433 or 4137653. OLE color: 4137653.

HSL color Cylindrical-coordinate representation of color #B5223F: hue angle of 348.16º 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 #B5223F is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 34 63 -
CMYK 0 0.81 0.65 0.29
HSL 348.16º 0.68% 0.42% -
HSV(B) 348.16º 0.81% 0.71% -
XYZ 20.53 11.33 5.81 -
YUV 81.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 181 34 63 0 0.81 0.65 0.29 348.16 0.68 0.42
Hex B5 22 3F 0 51 41 1D 15C 44 2A
Octal 265 42 77 0 121 101 35 534 104 52
Binary 10110101 100010 111111 0 1010001 1000001 11101 101011100 1000100 101010

Color Harmonies of #B5223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5223F

Black with #B5223F

Text Example


Text Example

White with #B5223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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