Html Css Color HEX #B5083E Cardinal

📋 copy color: '#B5083E'

red 181 ◦ green 8 ◦ blue 62

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

Shades of Cardinal #B5083E

Tints of Cardinal #B5083E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.7%

R = 72.11%
G = 3.19%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5083E (or 0xB5083E) is known color: Cardinal. HEX triplet: B5, 08 and 3E. RGB value is (181,8,62). Sum of RGB (Red+Green+Blue) = 181+8+62=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B5083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5083E is #4AF7C1. Grayscale: #414141. Windows color (decimal): -4913090 or 4065461. OLE color: 4065461.

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

Color convert

RGB 181 8 62 -
CMYK 0 0.96 0.66 0.29
HSL 341.27º 0.92% 0.37% -
HSV(B) 341.27º 0.96% 0.71% -
XYZ 20.01 10.35 5.5 -
YUV 65.88 125.81 210.11 -
System Red Green Blue C M Y K H S L
Decimal 181 8 62 0 0.96 0.66 0.29 341.27 0.92 0.37
Hex B5 8 3E 0 60 42 1D 155 5C 25
Octal 265 10 76 0 140 102 35 525 134 45
Binary 10110101 1000 111110 0 1100000 1000010 11101 101010101 1011100 100101

Color Harmonies of #B5083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5083E

Black with #B5083E

Text Example


Text Example

White with #B5083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5083E; }

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

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

background-color css

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

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

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

border-color css

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

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

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