Html Css Color HEX #BB1D35 Cardinal

📋 copy color: '#BB1D35'

red 187 ◦ green 29 ◦ blue 53

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

Shades of Cardinal #BB1D35

Tints of Cardinal #BB1D35

RGB

 RED value IS 187 (73.44% from 255) = 69.52%

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

 BLUE value IS 53 (21.09% from 255) = 19.7%

R = 69.52%
G = 10.78%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB1D35 (or 0xBB1D35) is known color: Cardinal. HEX triplet: BB, 1D and 35. RGB value is (187,29,53). Sum of RGB (Red+Green+Blue) = 187+29+53=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D35 is #44E2CA. Grayscale: #4F4F4F. Windows color (decimal): -4514507 or 3481019. OLE color: 3481019.

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

Color convert

RGB 187 29 53 -
CMYK 0 0.84 0.72 0.27
HSL 350.89º 0.73% 0.42% -
HSV(B) 350.89º 0.84% 0.73% -
XYZ 21.58 11.7 4.49 -
YUV 78.98 113.35 205.05 -
System Red Green Blue C M Y K H S L
Decimal 187 29 53 0 0.84 0.72 0.27 350.89 0.73 0.42
Hex BB 1D 35 0 54 48 1B 15F 49 2A
Octal 273 35 65 0 124 110 33 537 111 52
Binary 10111011 11101 110101 0 1010100 1001000 11011 101011111 1001001 101010

Color Harmonies of #BB1D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D35

Black with #BB1D35

Text Example


Text Example

White with #BB1D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D35; }

 p { color: rgb(187,29,53); }

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

background-color css

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

 a { background-color: rgb(187,29,53); }

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

border-color css

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

 span { border-color: rgb(187,29,53); }

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