Html Css Color HEX #B5132B Cardinal

📋 copy color: '#B5132B'

red 181 ◦ green 19 ◦ blue 43

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

Shades of Cardinal #B5132B

Tints of Cardinal #B5132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

 BLUE value IS 43 (17.19% from 255) = 17.7%

R = 74.49%
G = 7.82%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5132B (or 0xB5132B) is known color: Cardinal. HEX triplet: B5, 13 and 2B. RGB value is (181,19,43). Sum of RGB (Red+Green+Blue) = 181+19+43=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B5132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5132B is #4AECD4. Grayscale: #464646. Windows color (decimal): -4910293 or 2823093. OLE color: 2823093.

HSL color Cylindrical-coordinate representation of color #B5132B: hue angle of 351.11º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5132B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 19 43 -
CMYK 0 0.90 0.76 0.29
HSL 351.11º 0.81% 0.39% -
HSV(B) 351.11º 0.9% 0.71% -
XYZ 19.72 10.46 3.27 -
YUV 70.17 112.67 207.05 -
System Red Green Blue C M Y K H S L
Decimal 181 19 43 0 0.90 0.76 0.29 351.11 0.81 0.39
Hex B5 13 2B 0 5A 4C 1D 15F 51 27
Octal 265 23 53 0 132 114 35 537 121 47
Binary 10110101 10011 101011 0 1011010 1001100 11101 101011111 1010001 100111

Color Harmonies of #B5132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5132B

Black with #B5132B

Text Example


Text Example

White with #B5132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5132B; }

 p { color: rgb(181,19,43); }

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

background-color css

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

 a { background-color: rgb(181,19,43); }

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

border-color css

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

 span { border-color: rgb(181,19,43); }

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