Html Css Color HEX #B70033 Cardinal

📋 copy color: '#B70033'

red 183 ◦ green 0 ◦ blue 51

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

Shades of Cardinal #B70033

Tints of Cardinal #B70033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.21%
G = 0%
B = 21.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B70033 (or 0xB70033) is known color: Cardinal. HEX triplet: B7, 00 and 33. RGB value is (183,0,51). Sum of RGB (Red+Green+Blue) = 183+0+51=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B70033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70033 is #48FFCC. Grayscale: #3C3C3C. Windows color (decimal): -4784077 or 3342519. OLE color: 3342519.

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

Color convert

RGB 183 0 51 -
CMYK 0 1 0.72 0.28
HSL 343.28º 1% 0.36% -
HSV(B) 343.28º 1% 0.72% -
XYZ 20.13 10.31 4.06 -
YUV 60.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 183 0 51 0 1 0.72 0.28 343.28 1 0.36
Hex B7 0 33 0 64 48 1C 157 64 24
Octal 267 0 63 0 144 110 34 527 144 44
Binary 10110111 0 110011 0 1100100 1001000 11100 101010111 1100100 100100

Color Harmonies of #B70033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70033

Black with #B70033

Text Example


Text Example

White with #B70033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70033; }

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

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

background-color css

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

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

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

border-color css

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

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

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