Html Css Color HEX #B7232E Cardinal

📋 copy color: '#B7232E'

red 183 ◦ green 35 ◦ blue 46

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

Shades of Cardinal #B7232E

Tints of Cardinal #B7232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.42%

R = 69.32%
G = 13.26%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7232E (or 0xB7232E) is known color: Cardinal. HEX triplet: B7, 23 and 2E. RGB value is (183,35,46). Sum of RGB (Red+Green+Blue) = 183+35+46=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B7232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7232E is #48DCD1. Grayscale: #505050. Windows color (decimal): -4775122 or 3023799. OLE color: 3023799.

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

Color convert

RGB 183 35 46 -
CMYK 0 0.81 0.75 0.28
HSL 355.54º 0.68% 0.43% -
HSV(B) 355.54º 0.81% 0.72% -
XYZ 20.62 11.47 3.71 -
YUV 80.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 183 35 46 0 0.81 0.75 0.28 355.54 0.68 0.43
Hex B7 23 2E 0 51 4B 1C 164 44 2B
Octal 267 43 56 0 121 113 34 544 104 53
Binary 10110111 100011 101110 0 1010001 1001011 11100 101100100 1000100 101011

Color Harmonies of #B7232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7232E

Black with #B7232E

Text Example


Text Example

White with #B7232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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