Html Css Color HEX #B70432 Cardinal

📋 copy color: '#B70432'

red 183 ◦ green 4 ◦ blue 50

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

Shades of Cardinal #B70432

Tints of Cardinal #B70432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 77.22%
G = 1.69%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B70432 (or 0xB70432) is known color: Cardinal. HEX triplet: B7, 04 and 32. RGB value is (183,4,50). Sum of RGB (Red+Green+Blue) = 183+4+50=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B70432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70432 is #48FBCD. Grayscale: #3E3E3E. Windows color (decimal): -4783054 or 3278007. OLE color: 3278007.

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

Color convert

RGB 183 4 50 -
CMYK 0 0.98 0.73 0.28
HSL 344.58º 0.96% 0.37% -
HSV(B) 344.58º 0.98% 0.72% -
XYZ 20.15 10.38 3.96 -
YUV 62.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 183 4 50 0 0.98 0.73 0.28 344.58 0.96 0.37
Hex B7 4 32 0 62 49 1C 159 60 25
Octal 267 4 62 0 142 111 34 531 140 45
Binary 10110111 100 110010 0 1100010 1001001 11100 101011001 1100000 100101

Color Harmonies of #B70432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70432

Black with #B70432

Text Example


Text Example

White with #B70432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70432; }

 p { color: rgb(183,4,50); }

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

background-color css

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

 a { background-color: rgb(183,4,50); }

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

border-color css

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

 span { border-color: rgb(183,4,50); }

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