Html Css Color HEX #B7053B Cardinal

📋 copy color: '#B7053B'

red 183 ◦ green 5 ◦ blue 59

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

Shades of Cardinal #B7053B

Tints of Cardinal #B7053B

RGB

 RED value IS 183 (71.88% from 255) = 74.09%

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 59 (23.44% from 255) = 23.89%

R = 74.09%
G = 2.02%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7053B (or 0xB7053B) is known color: Cardinal. HEX triplet: B7, 05 and 3B. RGB value is (183,5,59). Sum of RGB (Red+Green+Blue) = 183+5+59=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7053B is #48FAC4. Grayscale: #404040. Windows color (decimal): -4782789 or 3868087. OLE color: 3868087.

HSL color Cylindrical-coordinate representation of color #B7053B: hue angle of 341.8º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7053B is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 5 59 -
CMYK 0 0.97 0.68 0.28
HSL 341.8º 0.95% 0.37% -
HSV(B) 341.8º 0.97% 0.72% -
XYZ 20.37 10.49 5.09 -
YUV 64.38 124.97 212.61 -
System Red Green Blue C M Y K H S L
Decimal 183 5 59 0 0.97 0.68 0.28 341.8 0.95 0.37
Hex B7 5 3B 0 61 44 1C 156 5F 25
Octal 267 5 73 0 141 104 34 526 137 45
Binary 10110111 101 111011 0 1100001 1000100 11100 101010110 1011111 100101

Color Harmonies of #B7053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7053B

Black with #B7053B

Text Example


Text Example

White with #B7053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7053B; }

 p { color: rgb(183,5,59); }

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

background-color css

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

 a { background-color: rgb(183,5,59); }

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

border-color css

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

 span { border-color: rgb(183,5,59); }

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