Html Css Color HEX #B2272A Cardinal

📋 copy color: '#B2272A'

red 178 ◦ green 39 ◦ blue 42

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

Shades of Cardinal #B2272A

Tints of Cardinal #B2272A

RGB

 RED value IS 178 (69.92% from 255) = 68.73%

 GREEN value IS 39 (15.63% from 255) = 15.06%

 BLUE value IS 42 (16.8% from 255) = 16.22%

R = 68.73%
G = 15.06%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2272A (or 0xB2272A) is known color: Cardinal. HEX triplet: B2, 27 and 2A. RGB value is (178,39,42). Sum of RGB (Red+Green+Blue) = 178+39+42=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2272A is #4DD8D5. Grayscale: #515151. Windows color (decimal): -5101782 or 2762674. OLE color: 2762674.

HSL color Cylindrical-coordinate representation of color #B2272A: hue angle of 358.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2272A is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 39 42 -
CMYK 0 0.78 0.76 0.30
HSL 358.71º 0.64% 0.43% -
HSV(B) 358.71º 0.78% 0.7% -
XYZ 19.5 11.08 3.3 -
YUV 80.9 106.05 197.26 -
System Red Green Blue C M Y K H S L
Decimal 178 39 42 0 0.78 0.76 0.30 358.71 0.64 0.43
Hex B2 27 2A 0 4E 4C 1E 167 40 2B
Octal 262 47 52 0 116 114 36 547 100 53
Binary 10110010 100111 101010 0 1001110 1001100 11110 101100111 1000000 101011

Color Harmonies of #B2272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2272A

Black with #B2272A

Text Example


Text Example

White with #B2272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2272A; }

 p { color: rgb(178,39,42); }

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

background-color css

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

 a { background-color: rgb(178,39,42); }

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

border-color css

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

 span { border-color: rgb(178,39,42); }

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