Html Css Color HEX #B5083A Cardinal

📋 copy color: '#B5083A'

red 181 ◦ green 8 ◦ blue 58

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

Shades of Cardinal #B5083A

Tints of Cardinal #B5083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

 BLUE value IS 58 (23.05% from 255) = 23.48%

R = 73.28%
G = 3.24%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5083A (or 0xB5083A) is known color: Cardinal. HEX triplet: B5, 08 and 3A. RGB value is (181,8,58). Sum of RGB (Red+Green+Blue) = 181+8+58=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B5083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5083A is #4AF7C5. Grayscale: #414141. Windows color (decimal): -4913094 or 3803317. OLE color: 3803317.

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

Color convert

RGB 181 8 58 -
CMYK 0 0.96 0.68 0.29
HSL 342.66º 0.92% 0.37% -
HSV(B) 342.66º 0.96% 0.71% -
XYZ 19.91 10.3 4.94 -
YUV 65.43 123.81 210.43 -
System Red Green Blue C M Y K H S L
Decimal 181 8 58 0 0.96 0.68 0.29 342.66 0.92 0.37
Hex B5 8 3A 0 60 44 1D 157 5C 25
Octal 265 10 72 0 140 104 35 527 134 45
Binary 10110101 1000 111010 0 1100000 1000100 11101 101010111 1011100 100101

Color Harmonies of #B5083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5083A

Black with #B5083A

Text Example


Text Example

White with #B5083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5083A; }

 p { color: rgb(181,8,58); }

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

background-color css

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

 a { background-color: rgb(181,8,58); }

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

border-color css

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

 span { border-color: rgb(181,8,58); }

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