Html Css Color HEX #B70034 Cardinal

📋 copy color: '#B70034'

red 183 ◦ green 0 ◦ blue 52

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

Shades of Cardinal #B70034

Tints of Cardinal #B70034

RGB

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

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

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

R = 77.87%
G = 0%
B = 22.13%

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

#B70034 (or 0xB70034) is known color: Cardinal. HEX triplet: B7, 00 and 34. RGB value is (183,0,52). Sum of RGB (Red+Green+Blue) = 183+0+52=235 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.87% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 183 - color contains mainly: red. Hex color #B70034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70034 is #48FFCB. Grayscale: #3C3C3C. Windows color (decimal): -4784076 or 3408055. OLE color: 3408055.

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

Color convert

RGB 183 0 52 -
CMYK 0 1 0.72 0.28
HSL 342.95º 1% 0.36% -
HSV(B) 342.95º 1% 0.72% -
XYZ 20.15 10.32 4.18 -
YUV 60.65 123.13 215.27 -
System Red Green Blue C M Y K H S L
Decimal 183 0 52 0 1 0.72 0.28 342.95 1 0.36
Hex B7 0 34 0 64 48 1C 157 64 24
Octal 267 0 64 0 144 110 34 527 144 44
Binary 10110111 0 110100 0 1100100 1001000 11100 101010111 1100100 100100

Color Harmonies of #B70034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70034

Black with #B70034

Text Example


Text Example

White with #B70034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70034; }

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

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

background-color css

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

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

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

border-color css

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

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

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