Html Css Color HEX #B5073A Cardinal

📋 copy color: '#B5073A'

red 181 ◦ green 7 ◦ blue 58

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

Shades of Cardinal #B5073A

Tints of Cardinal #B5073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

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

R = 73.58%
G = 2.85%
B = 23.58%

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

#B5073A (or 0xB5073A) is known color: Cardinal. HEX triplet: B5, 07 and 3A. RGB value is (181,7,58). Sum of RGB (Red+Green+Blue) = 181+7+58=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B5073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5073A is #4AF8C5. Grayscale: #404040. Windows color (decimal): -4913350 or 3803061. OLE color: 3803061.

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

Color convert

RGB 181 7 58 -
CMYK 0 0.96 0.68 0.29
HSL 342.41º 0.93% 0.37% -
HSV(B) 342.41º 0.96% 0.71% -
XYZ 19.9 10.28 4.94 -
YUV 64.84 124.15 210.85 -
System Red Green Blue C M Y K H S L
Decimal 181 7 58 0 0.96 0.68 0.29 342.41 0.93 0.37
Hex B5 7 3A 0 60 44 1D 156 5D 25
Octal 265 7 72 0 140 104 35 526 135 45
Binary 10110101 111 111010 0 1100000 1000100 11101 101010110 1011101 100101

Color Harmonies of #B5073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5073A

Black with #B5073A

Text Example


Text Example

White with #B5073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5073A; }

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

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

background-color css

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

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

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

border-color css

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

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

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