Html Css Color HEX #B2282C Cardinal

📋 copy color: '#B2282C'

red 178 ◦ green 40 ◦ blue 44

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

Shades of Cardinal #B2282C

Tints of Cardinal #B2282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 67.94%
G = 15.27%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2282C (or 0xB2282C) is known color: Cardinal. HEX triplet: B2, 28 and 2C. RGB value is (178,40,44). Sum of RGB (Red+Green+Blue) = 178+40+44=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2282C is #4DD7D3. Grayscale: #515151. Windows color (decimal): -5101524 or 2894002. OLE color: 2894002.

HSL color Cylindrical-coordinate representation of color #B2282C: hue angle of 358.26º degrees, saturation: 0.63, 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 #B2282C is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 40 44 -
CMYK 0 0.78 0.75 0.30
HSL 358.26º 0.63% 0.43% -
HSV(B) 358.26º 0.78% 0.7% -
XYZ 19.57 11.16 3.51 -
YUV 81.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 178 40 44 0 0.78 0.75 0.30 358.26 0.63 0.43
Hex B2 28 2C 0 4E 4B 1E 166 3F 2B
Octal 262 50 54 0 116 113 36 546 77 53
Binary 10110010 101000 101100 0 1001110 1001011 11110 101100110 111111 101011

Color Harmonies of #B2282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2282C

Black with #B2282C

Text Example


Text Example

White with #B2282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2282C; }

 p { color: rgb(178,40,44); }

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

background-color css

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

 a { background-color: rgb(178,40,44); }

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

border-color css

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

 span { border-color: rgb(178,40,44); }

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