Html Css Color HEX #B5012E Cardinal

📋 copy color: '#B5012E'

red 181 ◦ green 1 ◦ blue 46

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

Shades of Cardinal #B5012E

Tints of Cardinal #B5012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 46 (18.36% from 255) = 20.18%

R = 79.39%
G = 0.44%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5012E (or 0xB5012E) is known color: Cardinal. HEX triplet: B5, 01 and 2E. RGB value is (181,1,46). Sum of RGB (Red+Green+Blue) = 181+1+46=228 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.39% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 181 - color contains mainly: red. Hex color #B5012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5012E is #4AFED1. Grayscale: #3B3B3B. Windows color (decimal): -4914898 or 3015093. OLE color: 3015093.

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

Color convert

RGB 181 1 46 -
CMYK 0 0.99 0.75 0.29
HSL 345º 0.99% 0.36% -
HSV(B) 345º 0.99% 0.71% -
XYZ 19.56 10.04 3.49 -
YUV 59.95 120.13 214.34 -
System Red Green Blue C M Y K H S L
Decimal 181 1 46 0 0.99 0.75 0.29 345 0.99 0.36
Hex B5 1 2E 0 63 4B 1D 159 63 24
Octal 265 1 56 0 143 113 35 531 143 44
Binary 10110101 1 101110 0 1100011 1001011 11101 101011001 1100011 100100

Color Harmonies of #B5012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5012E

Black with #B5012E

Text Example


Text Example

White with #B5012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5012E; }

 p { color: rgb(181,1,46); }

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

background-color css

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

 a { background-color: rgb(181,1,46); }

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

border-color css

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

 span { border-color: rgb(181,1,46); }

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