Html Css Color HEX #B70833 Cardinal

📋 copy color: '#B70833'

red 183 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #B70833

Tints of Cardinal #B70833

RGB

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

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

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

R = 75.62%
G = 3.31%
B = 21.07%

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

#B70833 (or 0xB70833) is known color: Cardinal. HEX triplet: B7, 08 and 33. RGB value is (183,8,51). Sum of RGB (Red+Green+Blue) = 183+8+51=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B70833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70833 is #48F7CC. Grayscale: #414141. Windows color (decimal): -4782029 or 3344567. OLE color: 3344567.

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

Color convert

RGB 183 8 51 -
CMYK 0 0.96 0.72 0.28
HSL 345.26º 0.92% 0.37% -
HSV(B) 345.26º 0.96% 0.72% -
XYZ 20.21 10.48 4.09 -
YUV 65.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 183 8 51 0 0.96 0.72 0.28 345.26 0.92 0.37
Hex B7 8 33 0 60 48 1C 159 5C 25
Octal 267 10 63 0 140 110 34 531 134 45
Binary 10110111 1000 110011 0 1100000 1001000 11100 101011001 1011100 100101

Color Harmonies of #B70833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70833

Black with #B70833

Text Example


Text Example

White with #B70833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70833; }

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

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

background-color css

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

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

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

border-color css

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

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

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