Html Css Color HEX #B5023C Cardinal

📋 copy color: '#B5023C'

red 181 ◦ green 2 ◦ blue 60

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

Shades of Cardinal #B5023C

Tints of Cardinal #B5023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.69%

R = 74.49%
G = 0.82%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5023C (or 0xB5023C) is known color: Cardinal. HEX triplet: B5, 02 and 3C. RGB value is (181,2,60). Sum of RGB (Red+Green+Blue) = 181+2+60=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B5023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5023C is #4AFDC3. Grayscale: #3E3E3E. Windows color (decimal): -4914628 or 3932853. OLE color: 3932853.

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

Color convert

RGB 181 2 60 -
CMYK 0 0.99 0.67 0.29
HSL 340.56º 0.98% 0.36% -
HSV(B) 340.56º 0.99% 0.71% -
XYZ 19.89 10.19 5.19 -
YUV 62.13 126.8 212.78 -
System Red Green Blue C M Y K H S L
Decimal 181 2 60 0 0.99 0.67 0.29 340.56 0.98 0.36
Hex B5 2 3C 0 63 43 1D 155 62 24
Octal 265 2 74 0 143 103 35 525 142 44
Binary 10110101 10 111100 0 1100011 1000011 11101 101010101 1100010 100100

Color Harmonies of #B5023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5023C

Black with #B5023C

Text Example


Text Example

White with #B5023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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