Html Css Color HEX #B70235 Cardinal

📋 copy color: '#B70235'

red 183 ◦ green 2 ◦ blue 53

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

Shades of Cardinal #B70235

Tints of Cardinal #B70235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.27%

R = 76.89%
G = 0.84%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B70235 (or 0xB70235) is known color: Cardinal. HEX triplet: B7, 02 and 35. RGB value is (183,2,53). Sum of RGB (Red+Green+Blue) = 183+2+53=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B70235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70235 is #48FDCA. Grayscale: #3D3D3D. Windows color (decimal): -4783563 or 3474103. OLE color: 3474103.

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

Color convert

RGB 183 2 53 -
CMYK 0 0.99 0.71 0.28
HSL 343.09º 0.98% 0.36% -
HSV(B) 343.09º 0.99% 0.72% -
XYZ 20.19 10.37 4.31 -
YUV 61.93 122.97 214.35 -
System Red Green Blue C M Y K H S L
Decimal 183 2 53 0 0.99 0.71 0.28 343.09 0.98 0.36
Hex B7 2 35 0 63 47 1C 157 62 24
Octal 267 2 65 0 143 107 34 527 142 44
Binary 10110111 10 110101 0 1100011 1000111 11100 101010111 1100010 100100

Color Harmonies of #B70235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70235

Black with #B70235

Text Example


Text Example

White with #B70235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70235; }

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

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

background-color css

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

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

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

border-color css

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

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

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