Html Css Color HEX #B7232B Cardinal

📋 copy color: '#B7232B'

red 183 ◦ green 35 ◦ blue 43

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

Shades of Cardinal #B7232B

Tints of Cardinal #B7232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

 BLUE value IS 43 (17.19% from 255) = 16.48%

R = 70.11%
G = 13.41%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7232B (or 0xB7232B) is known color: Cardinal. HEX triplet: B7, 23 and 2B. RGB value is (183,35,43). Sum of RGB (Red+Green+Blue) = 183+35+43=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B7232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7232B is #48DCD4. Grayscale: #505050. Windows color (decimal): -4775125 or 2827191. OLE color: 2827191.

HSL color Cylindrical-coordinate representation of color #B7232B: hue angle of 356.76º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7232B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 35 43 -
CMYK 0 0.81 0.77 0.28
HSL 356.76º 0.68% 0.43% -
HSV(B) 356.76º 0.81% 0.72% -
XYZ 20.57 11.44 3.41 -
YUV 80.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 183 35 43 0 0.81 0.77 0.28 356.76 0.68 0.43
Hex B7 23 2B 0 51 4D 1C 165 44 2B
Octal 267 43 53 0 121 115 34 545 104 53
Binary 10110111 100011 101011 0 1010001 1001101 11100 101100101 1000100 101011

Color Harmonies of #B7232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7232B

Black with #B7232B

Text Example


Text Example

White with #B7232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7232B; }

 p { color: rgb(183,35,43); }

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

background-color css

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

 a { background-color: rgb(183,35,43); }

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

border-color css

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

 span { border-color: rgb(183,35,43); }

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