Html Css Color HEX #B5023E Cardinal

📋 copy color: '#B5023E'

red 181 ◦ green 2 ◦ blue 62

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

Shades of Cardinal #B5023E

Tints of Cardinal #B5023E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 62 (24.61% from 255) = 25.31%

R = 73.88%
G = 0.82%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5023E (or 0xB5023E) is known color: Cardinal. HEX triplet: B5, 02 and 3E. RGB value is (181,2,62). Sum of RGB (Red+Green+Blue) = 181+2+62=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B5023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5023E is #4AFDC1. Grayscale: #3E3E3E. Windows color (decimal): -4914626 or 4063925. OLE color: 4063925.

HSL color Cylindrical-coordinate representation of color #B5023E: hue angle of 339.89º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5023E is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 2 62 -
CMYK 0 0.99 0.66 0.29
HSL 339.89º 0.98% 0.36% -
HSV(B) 339.89º 0.99% 0.71% -
XYZ 19.95 10.21 5.48 -
YUV 62.36 127.8 212.62 -
System Red Green Blue C M Y K H S L
Decimal 181 2 62 0 0.99 0.66 0.29 339.89 0.98 0.36
Hex B5 2 3E 0 63 42 1D 154 62 24
Octal 265 2 76 0 143 102 35 524 142 44
Binary 10110101 10 111110 0 1100011 1000010 11101 101010100 1100010 100100

Color Harmonies of #B5023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5023E

Black with #B5023E

Text Example


Text Example

White with #B5023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5023E; }

 p { color: rgb(181,2,62); }

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

background-color css

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

 a { background-color: rgb(181,2,62); }

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

border-color css

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

 span { border-color: rgb(181,2,62); }

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