Html Css Color HEX #B5063C Cardinal

📋 copy color: '#B5063C'

red 181 ◦ green 6 ◦ blue 60

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

Shades of Cardinal #B5063C

Tints of Cardinal #B5063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

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

R = 73.28%
G = 2.43%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5063C (or 0xB5063C) is known color: Cardinal. HEX triplet: B5, 06 and 3C. RGB value is (181,6,60). Sum of RGB (Red+Green+Blue) = 181+6+60=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B5063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5063C is #4AF9C3. Grayscale: #404040. Windows color (decimal): -4913604 or 3933877. OLE color: 3933877.

HSL color Cylindrical-coordinate representation of color #B5063C: hue angle of 341.49º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5063C is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 6 60 -
CMYK 0 0.97 0.67 0.29
HSL 341.49º 0.94% 0.37% -
HSV(B) 341.49º 0.97% 0.71% -
XYZ 19.94 10.28 5.21 -
YUV 64.48 125.48 211.11 -
System Red Green Blue C M Y K H S L
Decimal 181 6 60 0 0.97 0.67 0.29 341.49 0.94 0.37
Hex B5 6 3C 0 61 43 1D 155 5E 25
Octal 265 6 74 0 141 103 35 525 136 45
Binary 10110101 110 111100 0 1100001 1000011 11101 101010101 1011110 100101

Color Harmonies of #B5063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5063C

Black with #B5063C

Text Example


Text Example

White with #B5063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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