Html Css Color HEX #B70533 Cardinal

📋 copy color: '#B70533'

red 183 ◦ green 5 ◦ blue 51

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

Shades of Cardinal #B70533

Tints of Cardinal #B70533

RGB

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

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

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

R = 76.57%
G = 2.09%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B70533 (or 0xB70533) is known color: Cardinal. HEX triplet: B7, 05 and 33. RGB value is (183,5,51). Sum of RGB (Red+Green+Blue) = 183+5+51=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B70533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70533 is #48FACC. Grayscale: #3F3F3F. Windows color (decimal): -4782797 or 3343799. OLE color: 3343799.

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

Color convert

RGB 183 5 51 -
CMYK 0 0.97 0.72 0.28
HSL 344.49º 0.95% 0.37% -
HSV(B) 344.49º 0.97% 0.72% -
XYZ 20.18 10.41 4.08 -
YUV 63.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 183 5 51 0 0.97 0.72 0.28 344.49 0.95 0.37
Hex B7 5 33 0 61 48 1C 158 5F 25
Octal 267 5 63 0 141 110 34 530 137 45
Binary 10110111 101 110011 0 1100001 1001000 11100 101011000 1011111 100101

Color Harmonies of #B70533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70533

Black with #B70533

Text Example


Text Example

White with #B70533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70533; }

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

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

background-color css

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

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

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

border-color css

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

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

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