Html Css Color HEX #B70832 Cardinal

📋 copy color: '#B70832'

red 183 ◦ green 8 ◦ blue 50

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

Shades of Cardinal #B70832

Tints of Cardinal #B70832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.75%

R = 75.93%
G = 3.32%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B70832 (or 0xB70832) is known color: Cardinal. HEX triplet: B7, 08 and 32. RGB value is (183,8,50). Sum of RGB (Red+Green+Blue) = 183+8+50=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B70832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70832 is #48F7CD. Grayscale: #414141. Windows color (decimal): -4782030 or 3279031. OLE color: 3279031.

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

Color convert

RGB 183 8 50 -
CMYK 0 0.96 0.73 0.28
HSL 345.6º 0.92% 0.37% -
HSV(B) 345.6º 0.96% 0.72% -
XYZ 20.19 10.47 3.97 -
YUV 65.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 183 8 50 0 0.96 0.73 0.28 345.6 0.92 0.37
Hex B7 8 32 0 60 49 1C 15A 5C 25
Octal 267 10 62 0 140 111 34 532 134 45
Binary 10110111 1000 110010 0 1100000 1001001 11100 101011010 1011100 100101

Color Harmonies of #B70832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70832

Black with #B70832

Text Example


Text Example

White with #B70832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70832; }

 p { color: rgb(183,8,50); }

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

background-color css

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

 a { background-color: rgb(183,8,50); }

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

border-color css

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

 span { border-color: rgb(183,8,50); }

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