Html Css Color HEX #B2283E Cardinal

📋 copy color: '#B2283E'

red 178 ◦ green 40 ◦ blue 62

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

Shades of Cardinal #B2283E

Tints of Cardinal #B2283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.14%

R = 63.57%
G = 14.29%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2283E (or 0xB2283E) is known color: Cardinal. HEX triplet: B2, 28 and 3E. RGB value is (178,40,62). Sum of RGB (Red+Green+Blue) = 178+40+62=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B2283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2283E is #4DD7C1. Grayscale: #535353. Windows color (decimal): -5101506 or 4073650. OLE color: 4073650.

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

Color convert

RGB 178 40 62 -
CMYK 0 0.78 0.65 0.30
HSL 350.43º 0.63% 0.43% -
HSV(B) 350.43º 0.78% 0.7% -
XYZ 19.99 11.33 5.69 -
YUV 83.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 178 40 62 0 0.78 0.65 0.30 350.43 0.63 0.43
Hex B2 28 3E 0 4E 41 1E 15E 3F 2B
Octal 262 50 76 0 116 101 36 536 77 53
Binary 10110010 101000 111110 0 1001110 1000001 11110 101011110 111111 101011

Color Harmonies of #B2283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2283E

Black with #B2283E

Text Example


Text Example

White with #B2283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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