Html Css Color HEX #B70733 Cardinal

📋 copy color: '#B70733'

red 183 ◦ green 7 ◦ blue 51

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

Shades of Cardinal #B70733

Tints of Cardinal #B70733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.16%

R = 75.93%
G = 2.9%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B70733 (or 0xB70733) is known color: Cardinal. HEX triplet: B7, 07 and 33. RGB value is (183,7,51). Sum of RGB (Red+Green+Blue) = 183+7+51=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B70733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70733 is #48F8CC. Grayscale: #404040. Windows color (decimal): -4782285 or 3344311. OLE color: 3344311.

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

Color convert

RGB 183 7 51 -
CMYK 0 0.96 0.72 0.28
HSL 345º 0.93% 0.37% -
HSV(B) 345º 0.96% 0.72% -
XYZ 20.2 10.46 4.09 -
YUV 64.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 183 7 51 0 0.96 0.72 0.28 345 0.93 0.37
Hex B7 7 33 0 60 48 1C 159 5D 25
Octal 267 7 63 0 140 110 34 531 135 45
Binary 10110111 111 110011 0 1100000 1001000 11100 101011001 1011101 100101

Color Harmonies of #B70733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70733

Black with #B70733

Text Example


Text Example

White with #B70733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70733; }

 p { color: rgb(183,7,51); }

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

background-color css

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

 a { background-color: rgb(183,7,51); }

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

border-color css

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

 span { border-color: rgb(183,7,51); }

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