Html Css Color HEX #B81D3D Cardinal

📋 copy color: '#B81D3D'

red 184 ◦ green 29 ◦ blue 61

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

Shades of Cardinal #B81D3D

Tints of Cardinal #B81D3D

RGB

 RED value IS 184 (72.27% from 255) = 67.15%

 GREEN value IS 29 (11.72% from 255) = 10.58%

 BLUE value IS 61 (24.22% from 255) = 22.26%

R = 67.15%
G = 10.58%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B81D3D (or 0xB81D3D) is known color: Cardinal. HEX triplet: B8, 1D and 3D. RGB value is (184,29,61). Sum of RGB (Red+Green+Blue) = 184+29+61=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81D3D is #47E2C2. Grayscale: #4F4F4F. Windows color (decimal): -4711107 or 4005304. OLE color: 4005304.

HSL color Cylindrical-coordinate representation of color #B81D3D: hue angle of 347.61º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81D3D is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 29 61 -
CMYK 0 0.84 0.67 0.28
HSL 347.61º 0.73% 0.42% -
HSV(B) 347.61º 0.84% 0.72% -
XYZ 21.05 11.41 5.51 -
YUV 78.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 184 29 61 0 0.84 0.67 0.28 347.61 0.73 0.42
Hex B8 1D 3D 0 54 43 1C 15C 49 2A
Octal 270 35 75 0 124 103 34 534 111 52
Binary 10111000 11101 111101 0 1010100 1000011 11100 101011100 1001001 101010

Color Harmonies of #B81D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81D3D

Black with #B81D3D

Text Example


Text Example

White with #B81D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81D3D; }

 p { color: rgb(184,29,61); }

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

background-color css

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

 a { background-color: rgb(184,29,61); }

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

border-color css

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

 span { border-color: rgb(184,29,61); }

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