Html Css Color HEX #B70233 Cardinal

📋 copy color: '#B70233'

red 183 ◦ green 2 ◦ blue 51

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

Shades of Cardinal #B70233

Tints of Cardinal #B70233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 77.54%
G = 0.85%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B70233 (or 0xB70233) is known color: Cardinal. HEX triplet: B7, 02 and 33. RGB value is (183,2,51). Sum of RGB (Red+Green+Blue) = 183+2+51=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B70233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70233 is #48FDCC. Grayscale: #3D3D3D. Windows color (decimal): -4783565 or 3343031. OLE color: 3343031.

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

Color convert

RGB 183 2 51 -
CMYK 0 0.99 0.72 0.28
HSL 343.76º 0.98% 0.36% -
HSV(B) 343.76º 0.99% 0.72% -
XYZ 20.15 10.35 4.07 -
YUV 61.71 121.97 214.52 -
System Red Green Blue C M Y K H S L
Decimal 183 2 51 0 0.99 0.72 0.28 343.76 0.98 0.36
Hex B7 2 33 0 63 48 1C 158 62 24
Octal 267 2 63 0 143 110 34 530 142 44
Binary 10110111 10 110011 0 1100011 1001000 11100 101011000 1100010 100100

Color Harmonies of #B70233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70233

Black with #B70233

Text Example


Text Example

White with #B70233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70233; }

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

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

background-color css

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

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

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

border-color css

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

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

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