Html Css Color HEX #B70534 Cardinal

📋 copy color: '#B70534'

red 183 ◦ green 5 ◦ blue 52

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

Shades of Cardinal #B70534

Tints of Cardinal #B70534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.67%

R = 76.25%
G = 2.08%
B = 21.67%

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

#B70534 (or 0xB70534) is known color: Cardinal. HEX triplet: B7, 05 and 34. RGB value is (183,5,52). Sum of RGB (Red+Green+Blue) = 183+5+52=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B70534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70534 is #48FACB. Grayscale: #3F3F3F. Windows color (decimal): -4782796 or 3409335. OLE color: 3409335.

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

Color convert

RGB 183 5 52 -
CMYK 0 0.97 0.72 0.28
HSL 344.16º 0.95% 0.37% -
HSV(B) 344.16º 0.97% 0.72% -
XYZ 20.2 10.42 4.2 -
YUV 63.58 121.47 213.18 -
System Red Green Blue C M Y K H S L
Decimal 183 5 52 0 0.97 0.72 0.28 344.16 0.95 0.37
Hex B7 5 34 0 61 48 1C 158 5F 25
Octal 267 5 64 0 141 110 34 530 137 45
Binary 10110111 101 110100 0 1100001 1001000 11100 101011000 1011111 100101

Color Harmonies of #B70534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70534

Black with #B70534

Text Example


Text Example

White with #B70534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70534; }

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

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

background-color css

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

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

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

border-color css

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

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

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